XdmType.Item PropertyXdmType.Item PropertyXdmType::Item Property

Gets the type that matches any item.

Syntax

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

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type that matches any item.

Remarks

This corresponds to the XPath 2.0 type item().