[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [XmlIgnore()] public decimal DecimalValue {get; set;}
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [XmlIgnore()] public: property decimal DecimalValue { decimal get(); void set ( decimal value); }
'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <XmlIgnoreAttribute()> Public Property DecimalValue As Decimal
'Usage
Dim instance As UAEnumValue Dim value As Decimal instance.DecimalValue = value value = instance.DecimalValue
Property Value
The default value of this property is 0
.