Property Size
Size
Gets the size of the file in bytes, or null if the size cannot be determined.
public long? Size { get; }
Property Value
- long?
Remarks
This property returns null if the instance does not represent a file or if an error occurs while attempting to retrieve the file size.