'Declaration
<DefaultValueAttribute(True)> Public Property IsSimple As Boolean
'Usage
Dim instance As AEEventType Dim value As Boolean instance.IsSimple = value value = instance.IsSimple
[DefaultValue(true)] public bool IsSimple {get; set;}
[DefaultValue(true)] public: property bool IsSimple { bool get(); void set ( bool value); }