DocumentableItem::ExtensibleAttributes Property

 

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.

Namespace:   System.Web.Services.Description
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
Return to top
Show: