ServiceDescriptionReflector::ServiceDescriptions Property

 

Gets a reference to the ServiceDescriptionCollection associated with the XML Web service.

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^

A reference to the ServiceDescriptionCollection associated with the XML Web service.

This property is initialized with a Count of zero. Any members must be explicitly added using the collection's Add method.

For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.

.NET Framework
Available since 1.1
Return to top
Show: