次の方法で共有


WSFederationHttpBindingElement.PrivacyNoticeVersion プロパティ

定義

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

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

プロパティ値

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

属性

適用対象