XmlSchemaComplexType.AnyAttribute Propriedade

Definição

Obtém ou define o valor para o XmlSchemaAnyAttribute componente do tipo complexo.

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

Valor de Propriedade

O XmlSchemaAnyAttribute componente do tipo complexo.

Observações

Se esta propriedade não for nula, o tipo complexo pode conter quaisquer atributos dos namespaces especificados no XmlSchemaAnyAttribute.

Aplica-se a