WSFederationHttpBindingElement.PrivacyNoticeVersion Property

Definition

Gets or sets an integer that specifies the version of the current privacy notice.

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

Property Value

An integer that specifies the version of the current privacy notice.

Attributes

Applies to