XPathNavigator.XmlType Property

Definition

Gets the XmlSchemaType information for the current node.

public:
 virtual property System::Xml::Schema::XmlSchemaType ^ XmlType { System::Xml::Schema::XmlSchemaType ^ get(); };
public override System.Xml.Schema.XmlSchemaType? XmlType { get; }
public override System.Xml.Schema.XmlSchemaType XmlType { get; }
member this.XmlType : System.Xml.Schema.XmlSchemaType
Public Overrides ReadOnly Property XmlType As XmlSchemaType

Property Value

An XmlSchemaType object; default is null.

Remarks

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

Applies to