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