다음을 통해 공유


PeerCustomResolverElement.Address 속성

정의

사용자 지정 피어 확인자 구성 XML에 사용되는 스키마의 URI를 포함합니다.

public:
 property Uri ^ Address { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("address", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public Uri Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.Address : Uri with get, set
Public Property Address As Uri

속성 값

Uri

사용자 지정 피어 확인자 구성 XML에 사용되는 스키마의 URI입니다.

특성

적용 대상