SendPacketsElement.FilePath 属性

定义

获取在 SendPacketsElement 对象使用 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

属性值

如果对象是使用 filepath 参数初始化的,SendPacketsElement则要发送的文件的文件名。

注解

属性支持 FilePath 通用命名约定 (UNC) 路径。 如果文件位于当前工作目录中,则无需指定路径信息。

如果对象未使用 filepath 参数初始化,SendPacketsElement则 属性的FilePath默认值为 null

适用于