PeerApplication.CommandLineArgs Właściwość

Definicja

Pobiera lub ustawia parametry wiersza polecenia do użycia podczas inicjowania PeerApplicationpolecenia .

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

Wartość właściwości

String reprezentuje parametry wiersza polecenia specyficzne dla aplikacji do użycia podczas inicjowania PeerApplicationpolecenia .

Wyjątki

Obiekt PeerApplication został usunięty.

Dotyczy

Zobacz też