MantisConnect 1.0a2

ObjectRef.Empty Property

Checks if the current object reference instance doesn't reference anything.

[Visual Basic]
Public ReadOnly Property Empty As Boolean
[C#]
public bool Empty {get;}

Property Value

true: references something, false: doesn't reference anything.

See Also

ObjectRef Class | Futureware.MantisConnect Namespace