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: