XmlSchemaAttributeGroup.RedefinedAttributeGroup Property

Definition

Gets the redefined attribute group property from the XML Schema.

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

Property Value

The redefined attribute group property.

Applies to