XmlSchemaRedefine.Groups Property

Definition

Gets the XmlSchemaObjectTable, for all groups in the schema, which holds the post-compilation value of the Groups property.

public:
 property System::Xml::Schema::XmlSchemaObjectTable ^ Groups { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable Groups { get; }
member this.Groups : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property Groups As XmlSchemaObjectTable

Property Value

The XmlSchemaObjectTable for all groups in the schema. The post-compilation value of the Groups property.

Applies to