'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute(0)> Public Property Int32Value As Integer
'Usage
Dim instance As EnumerationMember Dim value As Integer instance.Int32Value = value value = instance.Int32Value
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(0)] public int Int32Value {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(0)] public: property int Int32Value { int get(); void set ( int value); }