Block size used when allocating new tracks. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property BlockSize() As Integer |
[C#] |
---|
public int BlockSize {get; set;} |
[Managed C++] |
---|
public: __property int get_BlockSize(); |
[Unmanaged C++] |
---|
public: HRESULT get_BlockSize( long * pVal ); public: HRESULT put_BlockSize( long BlockSize ); |
[Java] |
---|
public int getBlockSize(); public void setBlockSize( int ); |