次の方法で共有


PrivacyNoticeElement.Version プロパティ

定義

このプライバシーに関する声明のバージョンを取得または設定します。

public:
 property int Version { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("version", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Version { get; set; }
[<System.Configuration.ConfigurationProperty("version", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Version : int with get, set
Public Property Version As Integer

プロパティ値

このプライバシーに関する声明のバージョンを指定する整数。

属性

適用対象