XdmType.Empty PropertyXdmType.Empty PropertyXdmType::Empty Property

Gets the type that matches the empty sequence.

Syntax

Public Shared ReadOnly Property Empty As XdmType
        Get
public static XdmType Empty { get; }
public:
static property XdmType^ Empty {
    XdmType^ get();
}
 

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type that matches the empty sequence.

Remarks

This corresponds to the XPath 2.0 type empty-sequence().