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