PeerApplication.Path Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le chemin d'accès qui désigne l'emplacement où réside le fichier exécutable PeerApplication sur le système de fichiers local.
public:
property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String
Valeur de propriété
String qui représente le chemin d'accès du fichier. Sauf spécification explicite, la valeur par défaut de cette propriété est null
.
Exceptions
L’objet PeerApplication a été supprimé.
Remarques
Null
ou Empty les valeurs ne sont pas autorisées.