ProtocolImporter.Style プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアント プロキシ クラスと抽象サーバー クラスのどちらが生成されるかを示す列挙値を取得します。 値は 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
プロパティ値
クライアント プロキシ クラスと抽象サーバー クラスのどちらが生成されるかを示す列挙値。 値は Client および Server です。 値は、関連付けられている ServiceDescriptionImporter インスタンスの Style プロパティの値です。