ProtocolImporter::ServiceDescriptions Property
.NET Framework (current version)
Gets the ServiceDescriptionCollection objects that belong to the associated ServiceDescriptionImporter instance that are searched for bindings from which to generate binding classes.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property ServiceDescriptionCollection^ ServiceDescriptions { ServiceDescriptionCollection^ get(); }
Property Value
Type: System.Web.Services.Description::ServiceDescriptionCollection^The ServiceDescriptionCollection objects that belong to the associated ServiceDescriptionImporter instance that are searched for bindings from which to generate binding classes.
.NET Framework
Available since 1.1
Available since 1.1
Show: