XPath.StaticType PropertyXPath.StaticType PropertyXPath::StaticType Property

Gets an XdmTypeXdmTypeXdmType which represents the result type of the expression as determined by static type analysis.

Syntax

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

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType which represents the result type of the expression as determined by static type analysis.