DocumentableItem.ExtensibleAttributes Propriedade

Definição

Obtém ou define uma matriz do tipo XmlAttribute que representa extensões de atributo do WSDL para estarem em conformidade com o Perfil Básico 1.1 WS-I (Interoperabilidade de Serviços Web).Gets or sets an array of type XmlAttribute that represents attribute extensions of WSDL to comply with Web Services Interoperability (WS-I) Basic Profile 1.1.

public:
 property cli::array <System::Xml::XmlAttribute ^> ^ ExtensibleAttributes { cli::array <System::Xml::XmlAttribute ^> ^ get(); void set(cli::array <System::Xml::XmlAttribute ^> ^ value); };
public System.Xml.XmlAttribute[] ExtensibleAttributes { get; set; }
member this.ExtensibleAttributes : System.Xml.XmlAttribute[] with get, set
Public Property ExtensibleAttributes As XmlAttribute()

Valor da propriedade

XmlAttribute[]

Uma matriz do tipo XmlAttribute que representa extensões de atributo do WSDL para obedecer ao perfil básico do WS-I (interoperabilidade de serviços Web) 1,1.An array of type XmlAttribute that represents attribute extensions of WSDL to comply with Web Services Interoperability (WS-I) Basic Profile 1.1.

Aplica-se a