'Declaration
<UnitAttribute("ms")> <ValueRangeAttribute(0, 9223372036854775807)> Public Property DormancyPeriod As Long
'Usage
Dim instance As UASmartClientSessionParameters Dim value As Long instance.DormancyPeriod = value value = instance.DormancyPeriod
[Unit("ms")] [ValueRange(0, 9223372036854775807)] public long DormancyPeriod {get; set;}
Property Value
Valid values of this property are in the range from 0
to 9223372036854775807 (Int64.MaxValue)
.
Unit of measurement is ms
.
The default value of this property is 864000000
.