IsUndefined Method
IsUndefined()
Gets a boolean value indicating whether this CfValue is undefined.
Declaration
public bool IsUndefined()
Public Function IsUndefined() As Boolean
Returns
Type |
Description |
bool |
true if this CfValue is undefined; otherwise, false .
|