次の方法で共有


ProtocolImporter.Style プロパティ

定義

クライアント プロキシ クラスと抽象サーバー クラスのどちらが生成されるかを示す列挙値を取得します。 値は Client および Server です。 値は、関連付けられている ServiceDescriptionImporter インスタンスの Style プロパティの値です。

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

プロパティ値

ServiceDescriptionImportStyle

クライアント プロキシ クラスと抽象サーバー クラスのどちらが生成されるかを示す列挙値。 値は Client および Server です。 値は、関連付けられている ServiceDescriptionImporter インスタンスの Style プロパティの値です。

適用対象