'Declaration
Public MustOverride ReadOnly Property IsNull As Boolean
'Usage
Dim instance As NetworkAddress Dim value As Boolean value = instance.IsNull
public abstract bool IsNull {get;}
Property Value
The default value of this property is True
.
'Declaration
Public MustOverride ReadOnly Property IsNull As Boolean
'Usage
Dim instance As NetworkAddress Dim value As Boolean value = instance.IsNull
public abstract bool IsNull {get;}
The default value of this property is True
.