ServiceDescription.ServiceDescriptions プロパティ

定義

ServiceDescriptionCollection がメンバーとして含まれている ServiceDescription インスタンスを取得します。

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

プロパティ値

サービスの説明のコレクション。

例外

ServiceDescription が親コレクションに割り当てられていません。

適用対象