ServiceDescriptionReflector.ServiceDescriptions プロパティ

定義

XML Web サービスに関連付けられている ServiceDescriptionCollection への参照を取得します。

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

プロパティ値

XML Web サービスに関連付けられている ServiceDescriptionCollection への参照。

注釈

このプロパティは、 Count 0 で初期化されます。 コレクションの Add メソッドを使用して、メンバーを明示的に追加する必要があります。

Web サービス記述言語 (WSDL) の詳細については、 WSDL 仕様を参照してください。

適用対象