Tells whether this field has Null value, i.e. the value is a string containing two
double quote characters. If this field has more than one component this method
returns true if all components have Null values.
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| C# |
|---|
public virtual bool IsNull { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property IsNull As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool IsNull {
bool get ();
} |
Return Value
true if this field has Null value.
See Also