Types::Extensions Property
.NET Framework (current version)
Gets the collection of ServiceDescriptionFormatExtension elements included in the XML Web service. This property is read-only.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: