StaticContextSettings.ContextItemType PropertyStaticContextSettings.ContextItemType PropertyStaticContextSettings::ContextItemType Property

Gets or sets the static type of the initial context item.

Syntax

Public Property ContextItemType As XdmType
        Get
        Set(ByVal value As XdmType)
public XdmType ContextItemType { get; set; }
public:
property XdmType^ ContextItemType {
    XdmType^ get();
    void set(XdmType^ value);
}
 

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the static type of the initial context item.

Remarks

The default value is item(). The default can be overriden in XQuery 3.0 using a Context Item Declaration.