ProtocolImporter::ServiceDescriptions Property

 
Use BaseTrue

Gets the ServiceDescriptionCollection objects that belong to the associated ServiceDescriptionImporter instance that are searched for bindings from which to generate binding classes.

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