次の方法で共有


ProtocolElement.AppDomainHandlerType プロパティ

定義

アプリケーション ドメイン ハンドラーの型を取得または設定します。

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

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

プロパティ値

アプリケーション ドメイン ハンドラーの型。

属性

注釈

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

適用対象