Gets or sets the free disk space (in %) of the primary archive location that triggers the offload of historic ArchiveFiles.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute()] public short ArchiveOffloadThreshold { get; set; }
<DefaultValueAttribute()> _ Public Property ArchiveOffloadThreshold As Short
[DefaultValueAttribute()] public: property short ArchiveOffloadThreshold { short get (); void set (short value); }
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The value being assigned is not between 1 and 99. |