PrivacyNoticeElement.Url 속성

정의

개인 정보 알림이 있는 URI를 가져오거나 설정합니다.

public:
 property Uri ^ Url { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("url")]
public Uri Url { get; set; }
[<System.Configuration.ConfigurationProperty("url")>]
member this.Url : Uri with get, set
Public Property Url As Uri

속성 값

Uri

개인 정보 알림이 있는 Uri입니다.

특성

적용 대상