Share via


WS2007FederationHttpRelayBindingElement.PrivacyNoticeVersion Property

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ServiceBus.Configuration
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim instance As WS2007FederationHttpRelayBindingElement
Dim value As Integer

value = instance.PrivacyNoticeVersion

instance.PrivacyNoticeVersion = value

Syntax

'Declaration
<ConfigurationPropertyAttribute("privacyNoticeVersion", DefaultValue:=0)> _
<IntegerValidatorAttribute(MinValue:=0)> _
Public Property PrivacyNoticeVersion As Integer
[ConfigurationPropertyAttribute("privacyNoticeVersion", DefaultValue=0)] 
[IntegerValidatorAttribute(MinValue=0)] 
public int PrivacyNoticeVersion { get; set; }
[ConfigurationPropertyAttribute(L"privacyNoticeVersion", DefaultValue=0)] 
[IntegerValidatorAttribute(MinValue=0)] 
public:
property int PrivacyNoticeVersion {
    int get ();
    void set (int value);
}
/** @property */
public int get_PrivacyNoticeVersion ()

/** @property */
public void set_PrivacyNoticeVersion (int value)
public function get PrivacyNoticeVersion () : int

public function set PrivacyNoticeVersion (value : int)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

WS2007FederationHttpRelayBindingElement Class
WS2007FederationHttpRelayBindingElement Members
Microsoft.ServiceBus.Configuration Namespace