IXmlSchemaInfo::MemberType Property

 

Gets the dynamic schema type for this validated XML node.

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

property XmlSchemaSimpleType^ MemberType {
	XmlSchemaSimpleType^ get();
}

Property Value

Type: System.Xml.Schema::XmlSchemaSimpleType^

An XmlSchemaSimpleType object that represents the dynamic schema type for this validated XML node.

The MemberType property is set only if the static type of the XML node is a union type in which case the MemberType property will return the type from the union the XML node validated against.

.NET Framework
Available since 2.0
Return to top
Show: