'Declaration
<ValueRangeAttribute(0, 99999)> Public Property ServerPicoseconds As Integer
'Usage
Dim instance As UADataValue Dim value As Integer instance.ServerPicoseconds = value value = instance.ServerPicoseconds
[ValueRange(0, 99999)] public int ServerPicoseconds {get; set;}
Property Value
Valid values of this property are in the range from 0
to 99999
.
The default value of this property is 0
.