Gets or sets the number of historic ArchiveFiles to be offloaded to the ArchiveOffloadLocation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute()] public int ArchiveOffloadCount { get; set; }
<DefaultValueAttribute()> _ Public Property ArchiveOffloadCount As Integer
[DefaultValueAttribute()] public: property int ArchiveOffloadCount { int get (); void set (int value); }
Exceptions
Exception | Condition |
---|---|
ArgumentException | The value being assigned is not positive. |