SendPacketsElement.FilePath Propriété

Définition

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.

S’applique à