SendPacketsElement.FilePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.