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