'Declaration
Function IsEmpty() As Boolean
'Usage
Dim instance As IExtendedData Dim value As Boolean value = instance.IsEmpty()
bool IsEmpty()
Return Value
true
if this instance is empty; otherwise, false
.'Declaration
Function IsEmpty() As Boolean
'Usage
Dim instance As IExtendedData Dim value As Boolean value = instance.IsEmpty()
bool IsEmpty()
true
if this instance is empty; otherwise, false
.