The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSchemaType::BaseSchemaType Property
.NET Framework (current version)
Gets the post-compilation object type or the built-in XML Schema Definition Language (XSD) data type, simpleType element, or complexType element. This is a post-schema-compilation infoset property.
Assembly: System.Xml (in System.Xml.dll)
public: [ObsoleteAttribute("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202")] property Object^ BaseSchemaType { Object^ get(); }
Property Value
Type: System::Object^The built-in XSD data type, simpleType element, or complexType element.
The complexType is derived from the type specified by the base value. The base value must be a QName.
Important |
|---|
The BaseSchemaType property is obsolete and has been replaced by the BaseXmlSchemaType property. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
