Gets or sets the size (in MB) of the ArchiveFile.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute()] public double FileSize { get; set; }
<DefaultValueAttribute()> _ Public Property FileSize As Double
[DefaultValueAttribute()] public: property double FileSize { double get (); void set (double value); }
Exceptions
Exception | Condition |
---|---|
ArgumentException | The value being assigned is not positive. |