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

属性值

String

一个字符串值,该值包含自定义对等解析程序的“类型”。

属性

适用于