IXmlSchemaInfo::MemberType Property
.NET Framework (current version)
Gets the dynamic schema type for this validated XML node.
Assembly: System.Xml (in System.Xml.dll)
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
Available since 2.0
Show: