Gets or sets the ArchiveFile usage (in %) that will trigger the creation of an empty ArchiveFile for rollover.
| C# | Visual Basic | Visual C++ |
[DefaultValueAttribute()] public short RolloverPreparationThreshold { get; set; }
<DefaultValueAttribute()> _ Public Property RolloverPreparationThreshold As Short
[DefaultValueAttribute()] public: property short RolloverPreparationThreshold { short get (); void set (short value); }
| Exception | Condition |
|---|---|
| ArgumentException | The value being assigned is not between 1 and 95. |