XmlSchemaComplexType::ContentModel Property
.NET Framework (current version)
Gets or sets the post-compilation XmlSchemaContentModel of this complex type.
Assembly: System.Xml (in System.Xml.dll)
public: property XmlSchemaContentModel^ ContentModel { XmlSchemaContentModel^ get(); void set(XmlSchemaContentModel^ value); }
Property Value
Type: System.Xml.Schema::XmlSchemaContentModel^The content model type that is one of the XmlSchemaSimpleContent or XmlSchemaComplexContent classes.
.NET Framework
Available since 1.1
Available since 1.1
Show: