PeerApplication.CommandLineArgs Propriété

Définition

Obtient ou définit des paramètres de ligne de commande à utiliser lors de l'initialisation d'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

Valeur de propriété

String qui représente des paramètres de ligne de commande spécifiques à l'application à utiliser lors de l'initialisation du PeerApplication.

Exceptions

L’objet PeerApplication a été supprimé.

S’applique à

Voir aussi