Gets or sets the size (in KB) of the ArchiveDataBlocks.
| C# | Visual Basic | Visual C++ |
[DefaultValueAttribute()] public int DataBlockSize { get; set; }
<DefaultValueAttribute()> _ Public Property DataBlockSize As Integer
[DefaultValueAttribute()] public: property int DataBlockSize { int get (); void set (int value); }
| Exception | Condition |
|---|---|
| ArgumentException | The value being assigned is not positive. |