'Declaration
<DataMemberAttribute()> <ValueRangeAttribute(0, 2147483647)> Public Property TopicRead As Integer
'Usage
Dim instance As EasyDAClientHoldPeriods Dim value As Integer instance.TopicRead = value value = instance.TopicRead
[DataMember()] [ValueRange(0, 2147483647)] public int TopicRead {get; set;}
[DataMember()] [ValueRange(0, 2147483647)] public: property int TopicRead { int get(); void set ( int value); }
Property Value
Valid values of this property are in the range from 0
to 2147483647 (Int32.MaxValue)
.
The default value of this property is 30000
.