'Declaration Public Function IsUndefined() As Boolean
'Usage Dim instance As ExternalVariable Dim value As Boolean value = instance.IsUndefined()
public bool IsUndefined()
Return Value
true
if this external variable is undefined; otherwise, false
.