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

사용자 지정 피어 확인자의 "형식"을 포함하는 문자열 값입니다.

특성

적용 대상