 | INullObject.IsNull Property |
Property to indicate whether the current NULL type is a shared instance or a new instance should be created for each request.
Namespace:
BionicCode.Utilities.Net.Standard
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxbool IsNull { get; set; }
Property IsNull As Boolean
Get
Set
Dim instance As INullObject
Dim value As Boolean
value = instance.IsNull
instance.IsNull = value
property bool IsNull {
bool get ();
void set (bool value);
}
abstract IsNull : bool with get, set
/** @property */
boolean get_IsNull()
/** @property */
void set_IsNull(boolean value)
function get IsNull () : boolean
function set IsNull (value : boolean)
function get_IsNull();
function set_IsNull(value);
PROPERTY IsNull AS LOGIC GET SET
Property Value
Type:
Boolean
See Also