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