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