'Declaration
<DataMemberAttribute()> <ValueRangeAttribute(0, 2147483647)> Public Property MaximumDormantSessions As Integer
'Usage
Dim instance As UASmartClientEngineParameters Dim value As Integer instance.MaximumDormantSessions = value value = instance.MaximumDormantSessions
[DataMember()] [ValueRange(0, 2147483647)] public int MaximumDormantSessions {get; set;}
[DataMember()] [ValueRange(0, 2147483647)] public: property int MaximumDormantSessions { 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 1000
.