次の方法で共有


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

プロパティ値

プロセス ハンドラーの型。

属性

注釈

詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象