XmlSchemaInfo.ContentType Property

Definition

Gets or sets the XmlSchemaContentType object that corresponds to the content type of this validated XML node.

public:
 property System::Xml::Schema::XmlSchemaContentType ContentType { System::Xml::Schema::XmlSchemaContentType get(); void set(System::Xml::Schema::XmlSchemaContentType value); };
public System.Xml.Schema.XmlSchemaContentType ContentType { get; set; }
member this.ContentType : System.Xml.Schema.XmlSchemaContentType with get, set
Public Property ContentType As XmlSchemaContentType

Property Value

An XmlSchemaContentType object.

Applies to