Share via


PeerCustomResolverElement.ResolverType プロパティ

定義

カスタム ピア リゾルバーの "種類" を格納する文字列値を取得または設定します。

public:
 property System::String ^ ResolverType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("resolverType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string ResolverType { get; set; }
[<System.Configuration.ConfigurationProperty("resolverType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ResolverType : string with get, set
Public Property ResolverType As String

プロパティ値

カスタム ピア リゾルバーの種類を格納する文字列値。

属性

適用対象