'Declaration
<ValueRangeAttribute(0, 4294967295)> Public Property DecimalValue As Decimal
'Usage
Dim instance As EnumerationMember Dim value As Decimal instance.DecimalValue = value value = instance.DecimalValue
[ValueRange(0, 4294967295)] public decimal DecimalValue {get; set;}
Property Value
Valid values of this property are in the range from 0
to 4294967295
.
The default value of this property is 0 (Decimal.Zero)
.