ServiceDescription::ServiceDescriptions Property

 

Gets the ServiceDescriptionCollection instance of which the ServiceDescription is a member.

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 collection of service description.

Exception Condition
NullReferenceException

The ServiceDescription has not been assigned to a parent collection.

.NET Framework
Available since 1.1
Return to top
Show: