Share via


WS2007FederationHttpRelayBinding.PrivacyNoticeAt Property

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

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

Usage

    Dim instance As WS2007FederationHttpRelayBinding
Dim value As Uri

value = instance.PrivacyNoticeAt

instance.PrivacyNoticeAt = value

Syntax

'Declaration
Public Property PrivacyNoticeAt As Uri
public Uri PrivacyNoticeAt { get; set; }
public:
property Uri^ PrivacyNoticeAt {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_PrivacyNoticeAt ()

/** @property */
public void set_PrivacyNoticeAt (Uri value)
public function get PrivacyNoticeAt () : Uri

public function set PrivacyNoticeAt (value : Uri)

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

WS2007FederationHttpRelayBinding Class
WS2007FederationHttpRelayBinding Members
Microsoft.ServiceBus Namespace