次の方法で共有


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

属性

適用対象