Gets or sets the size (in KB) of the ArchiveDataBlocks.
Declaration Syntax
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); }
Exceptions
Exception | Condition |
---|---|
ArgumentException | The value being assigned is not positive. |