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