IDocumentTypeResolver.DefaultDocumentType PropertyIDocumentTypeResolver.DefaultDocumentType PropertyIDocumentTypeResolver::DefaultDocumentType Property

Gets the static type of all documents accessible from a query.

Syntax

ReadOnly Property DefaultDocumentType As XdmType
        Get
XdmType DefaultDocumentType { get; }
property XdmType^ DefaultDocumentType {
    XdmType^ get();
}
 

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the default type of a call to fn:doc, or null a null reference (Nothing in Visual Basic) nullptr to use the default (document-node()).

Remarks

This can be used if for example you know that all your documents are untyped.