PeerApplication.CommandLineArgs Propiedad

Definición

Obtiene o establece los parámetros de línea de comandos que se deben usar al iniciar 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 propiedad

String que representa los parámetros de línea de comandos específicos de la aplicación que se deben usar al iniciar PeerApplication.

Excepciones

Se eliminó el objeto PeerApplication.

Se aplica a

Consulte también