PeerApplication.CommandLineArgs Propiedad

Definición

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

Stringque representa parámetros de línea de comandos específicos de la aplicación que se van a usar al iniciar .PeerApplication

Excepciones

El PeerApplication objeto se ha eliminado.

Se aplica a

Consulte también