CloudServiceBusReceive.QueueName Property
The name of the queue to which the host will route messages.
Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)
Usage
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property QueueName As IComparable
[BrowsableAttribute(false)]
public IComparable QueueName { get; }
[BrowsableAttribute(false)]
public:
virtual property IComparable^ QueueName {
IComparable^ get () sealed;
}
/** @property */
public final IComparable get_QueueName ()
public final function get QueueName () : IComparable
Property Value
Returns IComparable.
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
CloudServiceBusReceive Class
CloudServiceBusReceive Members
Microsoft.Workflow.Activities Namespace