SendPacketsElement.FilePath 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 le nom du fichier à envoyer si l’objet SendPacketsElement a été initialisé avec un paramètre filepath
.
public:
property System::String ^ FilePath { System::String ^ get(); };
public string? FilePath { get; }
public string FilePath { get; }
member this.FilePath : string
Public ReadOnly Property FilePath As String
Valeur de propriété
Nom de fichier du fichier à envoyer si l’objet SendPacketsElement a été initialisé avec un filepath
paramètre.
Remarques
Les chemins UNC (Universal Naming Convention) sont pris en charge par la FilePath propriété . Si le fichier se trouve dans le répertoire de travail actuel, aucune information de chemin d’accès ne doit être spécifiée.
La valeur par défaut de la FilePath propriété est null
si l’objet SendPacketsElement n’a pas été initialisé avec un filepath
paramètre.