SendPacketsElement.FilePath Property

Definition

Gets the filename of the file to send if the SendPacketsElement object was initialized with a filepath parameter.

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

Property Value

The filename of the file to send if the SendPacketsElement object was initialized with a filepath parameter.

Remarks

Universal Naming Convention (UNC) paths are supported by the FilePath property. If the file is in the current working directory, no path information needs to be specified.

The default value for the FilePath property is null if the SendPacketsElement object was not initialized with a filepath parameter.

Applies to