Share via


BrokerService.QueueName Property

Gets or sets the queue that the service uses to hold messages.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property QueueName As String
    Get
    Set
'Usage
Dim instance As BrokerService
Dim value As String

value = instance.QueueName

instance.QueueName = value
[SfcPropertyAttribute]
public string QueueName { get; set; }
[SfcPropertyAttribute]
public:
property String^ QueueName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member QueueName : string with get, set
function get QueueName () : String
function set QueueName (value : String)

Property Value

Type: System.String
A String value that specifies the name of the queue that the service uses to hold messages.