PeerApplication.CommandLineArgs Propriedade

Definição

Obtém ou define parâmetros de linha de comandos para usar ao iniciar um PeerApplication.

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

Valor de Propriedade

String que representa parâmetros de linha de comandos específicos da aplicação a usar ao iniciar o PeerApplication.

Exceções

O PeerApplication objeto foi descartado.

Aplica-se a

Ver também