'Declaration
<DataMemberAttribute()> <UnitAttribute("ms")> <ValueRangeAttribute(1, 2147483647)> Public Property FastestAutomaticPublishingInterval As Integer
'Usage
Dim instance As EasyUAClientEngineParameters Dim value As Integer instance.FastestAutomaticPublishingInterval = value value = instance.FastestAutomaticPublishingInterval
[DataMember()] [Unit("ms")] [ValueRange(1, 2147483647)] public int FastestAutomaticPublishingInterval {get; set;}
[DataMember()] [Unit("ms")] [ValueRange(1, 2147483647)] public: property int FastestAutomaticPublishingInterval { int get(); void set ( int value); }
Property Value
Valid values of this property are in the range from 1
to 2147483647 (Int32.MaxValue)
.
Unit of measurement is ms
.
The default value of this property is 20
.