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