次の方法で共有


Import.ServiceDescription プロパティ

定義

ServiceDescription がメンバーとして含まれている Import への参照を取得します。

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

プロパティ値

ServiceDescription

ServiceDescription がメンバーの Import

次の例では、プロパティの使用を ServiceDescription 示します。

Importsample#6

適用対象