'Declaration
<DefaultValueAttribute(False)> Public Property AttributeChanged As Boolean
'Usage
Dim instance As EasyAENotificationEventArgs Dim value As Boolean instance.AttributeChanged = value value = instance.AttributeChanged
[DefaultValue(false)] public bool AttributeChanged {get; set;}
[DefaultValue(false)] public: property bool AttributeChanged { bool get(); void set ( bool value); }