CloudServiceBusSend.ConnectionMode Property

The connection mode with which to connect to the Service Bus. The connection mode can be either Multicast or Tcp.

Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)

Usage

Syntax

'Declaration
<DescriptionAttribute("Please specify the connection mode.")> _
Public Property ConnectionMode As String
[DescriptionAttribute("Please specify the connection mode.")] 
public string ConnectionMode { get; set; }
[DescriptionAttribute(L"Please specify the connection mode.")] 
public:
property String^ ConnectionMode {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ConnectionMode ()

/** @property */
public void set_ConnectionMode (String value)
public function get ConnectionMode () : String

public function set ConnectionMode (value : String)

Property Value

Returns String.

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

CloudServiceBusSend Class
CloudServiceBusSend Members
Microsoft.Workflow.Activities Namespace