Types::Extensions Property

 

Gets the collection of ServiceDescriptionFormatExtension elements included in the XML Web service. This property is read-only.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property ServiceDescriptionFormatExtensionCollection^ Extensions {
	virtual ServiceDescriptionFormatExtensionCollection^ get() override;
}

Property Value

Type: System.Web.Services.Description::ServiceDescriptionFormatExtensionCollection^

A collection of extension elements included in the XML Web service.

In the default implementation of the Types class, this property returns an empty collection.

.NET Framework
Available since 1.1
Return to top
Show: