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

屬性值

包含自訂對等解析程式之「型別」的字串值。

屬性

適用於