'Declaration
<BrowsableAttribute(False)> <DefaultValueAttribute(True)> Public ReadOnly Property IsNull As Boolean
'Usage
Dim instance As EventSource Dim value As Boolean value = instance.IsNull
[Browsable(false)] [DefaultValue(true)] public bool IsNull {get;}
[Browsable(false)] [DefaultValue(true)] public: property bool IsNull { bool get(); }