WSFederationHttpRelaySecurityElement.Message Property
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the security settings for the message.
Namespace: Microsoft.ServiceBus.Configuration
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim instance As WSFederationHttpRelaySecurityElement
Dim value As FederatedMessageSecurityOverRelayConnectionElement
value = instance.Message
Syntax
'Declaration
<ConfigurationPropertyAttribute("message")> _
Public ReadOnly Property Message As FederatedMessageSecurityOverRelayConnectionElement
[ConfigurationPropertyAttribute("message")]
public FederatedMessageSecurityOverRelayConnectionElement Message { get; }
[ConfigurationPropertyAttribute(L"message")]
public:
property FederatedMessageSecurityOverRelayConnectionElement^ Message {
FederatedMessageSecurityOverRelayConnectionElement^ get ();
}
/** @property */
public FederatedMessageSecurityOverRelayConnectionElement get_Message ()
public function get Message () : FederatedMessageSecurityOverRelayConnectionElement
Property Value
Returns a FederatedMessageSecurityOverRelayConnectionElement that specifies the security settings for the message.
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
WSFederationHttpRelaySecurityElement Class
WSFederationHttpRelaySecurityElement Members
Microsoft.ServiceBus.Configuration Namespace