ServiceDescription::ServiceDescriptions Property
.NET Framework (current version)
Gets the ServiceDescriptionCollection instance of which the ServiceDescription is a member.
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
Available since 1.1
Show: