PeerApplication.CommandLineArgs Propriedade

Definição

Obtém ou define os parâmetros de linha de comando a serem usados 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 da propriedade

String que representa parâmetros de linha de comando específicos do aplicativo a serem usados ao iniciar o PeerApplication.

Exceções

O objeto PeerApplication foi descartado.

Aplica-se a

Confira também