Gets or sets the ArchiveFile usage (in %) that will trigger the creation of an empty ArchiveFile for rollover.
Declaration Syntax
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); }
Exceptions
Exception | Condition |
---|---|
ArgumentException | The value being assigned is not between 1 and 95. |