WS2007FederationHttpRelayBindingElement.PrivacyNoticeAt 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 Uri value = instance.PrivacyNoticeAt instance.PrivacyNoticeAt = value
Syntax
'Declaration
<ConfigurationPropertyAttribute("privacyNoticeAt", DefaultValue:=Nothing)> _
Public Property PrivacyNoticeAt As Uri
[ConfigurationPropertyAttribute("privacyNoticeAt", DefaultValue=null)]
public Uri PrivacyNoticeAt { get; set; }
[ConfigurationPropertyAttribute(L"privacyNoticeAt", DefaultValue=nullptr)]
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
WS2007FederationHttpRelayBindingElement Class
WS2007FederationHttpRelayBindingElement Members
Microsoft.ServiceBus.Configuration Namespace