XPathItem.XmlType Property

Definition

When overridden in a derived class, gets the XmlSchemaType for the item.

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

Property Value

The XmlSchemaType for the item.

Remarks

When overridden in a derived class, the XmlType property gets the XmlSchemaType for the item. For example, the XmlSchemaSimpleType or XmlSchemaComplexType.

Applies to

See also