'Declaration
<BrowsableAttribute(False)> <DefaultValueAttribute(System.Decimal, "0")> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Property DecimalValue As Decimal
'Usage
Dim instance As EnumerationData Dim value As Decimal instance.DecimalValue = value value = instance.DecimalValue
[Browsable(false)] [DefaultValue(System.Decimal, "0")] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [EditorBrowsable(EditorBrowsableState.Advanced)] public decimal DecimalValue {get; set;}
[Browsable(false)] [DefaultValue(System.Decimal, "0")] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: property decimal DecimalValue { decimal get(); void set ( decimal value); }