WSFederationHttpBindingElement.PrivacyNoticeVersion 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个整数,该整数指定当前隐私声明的版本。
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
	属性值
一个整数,指定当前隐私声明的版本。
- 属性