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