XPathItem::XmlType Property

 

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

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

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

Property Value

Type: System.Xml.Schema::XmlSchemaType^

The XmlSchemaType for the item.

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

.NET Framework
Available since 2.0
Return to top
Show: