'Declaration
<DataMemberAttribute()> <ValueRangeAttribute(0, 100)> Public Property UpdateRatePositiveHysteresis As Single
'Usage
Dim instance As DAAutoSubscribingParameters Dim value As Single instance.UpdateRatePositiveHysteresis = value value = instance.UpdateRatePositiveHysteresis
[DataMember()] [ValueRange(0, 100)] public float UpdateRatePositiveHysteresis {get; set;}
[DataMember()] [ValueRange(0, 100)] public: property float UpdateRatePositiveHysteresis { float get(); void set ( float value); }
Property Value
Valid values of this property are in the range from 0
to 100
.
The default value of this property is 67
.