WSFederationHttpBindingElement.PrivacyNoticeVersion Eigenschaft

Definition

Ruft eine ganze Zahl ab oder legt eine ganze Zahl fest, die die Version des aktuellen Datenschutzhinweises angibt.

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

Eigenschaftswert

Eine ganze Zahl, die die Version des aktuellen Datenschutzhinweises angibt.

Attribute

Gilt für: