AdvancedFileServerFilesDirectoryPathTemp 属性 |
用于接收上传文件时的临时文件夹,临时文件使用结束后会被删除
Used to receive the temporary folder when uploading files. The temporary files will be deleted after use
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string FilesDirectoryPathTemp { get; set; }
Public Property FilesDirectoryPathTemp As String
Get
Set
public:
property String^ FilesDirectoryPathTemp {
String^ get ();
void set (String^ value);
}
member FilesDirectoryPathTemp : string with get, set
属性值
类型:
String参见