'Declaration
<DataMemberAttribute()> <ValueRangeAttribute(0, 100)> Public Property UpdateRateNegativeHysteresis As Single
'Usage
Dim instance As DAAutoSubscribingParameters Dim value As Single instance.UpdateRateNegativeHysteresis = value value = instance.UpdateRateNegativeHysteresis
[DataMember()] [ValueRange(0, 100)] public float UpdateRateNegativeHysteresis {get; set;}
[DataMember()] [ValueRange(0, 100)] public: property float UpdateRateNegativeHysteresis { 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 29
.