Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XPathNavigator::XmlType Property

 

Gets the XmlSchemaType information for the current node.

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlSchemaType^ XmlType {
	virtual XmlSchemaType^ get() override;
}

Property Value

Type: System.Xml.Schema::XmlSchemaType^

An XmlSchemaType object; default is null.

The following are important notes to consider when using the XmlType property.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft