MessageQueueInstaller.Label Propriedade
Definição
Obtém ou define uma descrição da fila.Gets or sets a description of the queue.
public:
property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String
Valor da propriedade
O rótulo que descreve a fila de mensagens.The label that describes the message queue. O padrão é uma cadeia de caracteres vazia ("").The default is an empty string ("").
Exceções
Comentários
A Label propriedade não precisa ser exclusiva em filas.The Label property does not need to be unique across queues.