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

属性值

一个整数,指定此隐私声明的版本。

属性

适用于