ServiceDescription.ServiceDescriptions Property

Definition

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

public:
 property System::Web::Services::Description::ServiceDescriptionCollection ^ ServiceDescriptions { System::Web::Services::Description::ServiceDescriptionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get; }
member this.ServiceDescriptions : System.Web.Services.Description.ServiceDescriptionCollection
Public ReadOnly Property ServiceDescriptions As ServiceDescriptionCollection

Property Value

A collection of service description.

Exceptions

The ServiceDescription has not been assigned to a parent collection.

Applies to