XdmType.DynamicType MethodXdmType.DynamicType MethodXdmType::DynamicType Method

Returns an XdmTypeXdmTypeXdmType instance corresponding to the dynamic type of the specified item.

Syntax

Public Shared Function DynamicType( _
    item As System.Xml.XPath.XPathItem _
) As XdmType
public static XdmType DynamicType(
    System.Xml.XPath.XPathItem item
)
public:
static XdmType^ DynamicType(
    System.Xml.XPath::XPathItem^ item
)
 

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

The dynamic type of the specified item.