DocumentableItem::ExtensibleAttributes Property
.NET Framework (current version)
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.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property array<XmlAttribute^>^ ExtensibleAttributes { array<XmlAttribute^>^ get(); void set(array<XmlAttribute^>^ value); }
Property Value
Type: array<System.Xml::XmlAttribute^>^An array of type XmlAttribute that represents attribute extensions of WSDL to comply with Web Services Interoperability (WS-I) Basic Profile 1.1.
.NET Framework
Available since 2.0
Available since 2.0
Show: