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

속성 값

Int32

현재 개인 정보 알림의 버전을 지정하는 정수입니다.

특성

적용 대상