'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute(System.Decimal, "0")> Public Property DecimalValue As Decimal
'Usage
Dim instance As EnumerationMember Dim value As Decimal instance.DecimalValue = value value = instance.DecimalValue
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(System.Decimal, "0")] public decimal DecimalValue {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(System.Decimal, "0")] public: property decimal DecimalValue { decimal get(); void set ( decimal value); }