MSMQConn.Path Propriedade

Definição

Obtém ou define o caminho para os arquivos.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

Valor da propriedade

Uma cadeia de caracteres que contém o caminho para os arquivos.

Exemplos

O exemplo de código a seguir mostra como definir a Path propriedade.

msmqconn.Path = @"myServer\test";  

Aplica-se a