The size of the currently transferring file.
Syntax
Visual Basic (Declaration) | |
---|
<ObsoleteAttribute("Because exact file size cannot be determined until after the file has been processed, the property has been renamed EstimatedFileSize.")>
Public ReadOnly Property FileSize As Long |
C# | |
---|
[ObsoleteAttribute("Because exact file size cannot be determined until after the file has been processed, the property has been renamed EstimatedFileSize.")]
public long FileSize {get;} |
C++/CLI | |
---|
[ObsoleteAttribute("Because exact file size cannot be determined until after the file has been processed, the property has been renamed EstimatedFileSize.")]
public:
property int64 FileSize {
int64 get();
} |
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also