ProtocolElement.ProcessHandlerType プロパティ

定義

プロセス ハンドラー型を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::String ^ ProcessHandlerType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("processHandlerType")]
public string ProcessHandlerType { get; set; }
[<System.Configuration.ConfigurationProperty("processHandlerType")>]
member this.ProcessHandlerType : string with get, set
Public Property ProcessHandlerType As String

プロパティ値

プロセス ハンドラー型。

属性

注釈

詳細については、「 バージョンと依存関係」を参照してください。

適用対象