ServiceDescriptionImporter::ServiceDescriptions Property
.NET Framework (current version)
Gets the collection of ServiceDescription instances to be imported.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property ServiceDescriptionCollection^ ServiceDescriptions { ServiceDescriptionCollection^ get(); }
Property Value
Type: System.Web.Services.Description::ServiceDescriptionCollection^A ServiceDescriptionCollection instance that contains the ServiceDescription instances slated to be imported by the ServiceDescriptionImporter instance.
As with any collection that forms a read-only property, members can be added to the collection, removed from the collection, or modified using the methods exposed by the collection. You can also use the AddServiceDescription method to add members to this collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: