IsEmpty Method (Reference)
In This Topic
Determines whether this reference is empty.
Syntax
'Declaration
Public Function IsEmpty() As Boolean
'Usage
Dim instance As Reference
Dim value As Boolean
value = instance.IsEmpty()
Return Value
true
if this reference is empty; otherwise, false
.
See Also