共用方式為


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

屬性值

指定這個隱私權注意事項版本的整數。

屬性

適用於