Description
A block factor used to help size allocated memory used to hold the history
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BlockFactor() As Integer
|
| [C#] |
|---|
public int BlockFactor {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_BlockFactor(); public: __property void set_BlockFactor( int );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BlockFactor( int * pRetVal ); public: HRESULT put_BlockFactor( int NewBlockFactor );
|
| [Java] |
|---|
public ppInteger getBlockFactor();public void setBlockFactor( ppInteger );
|
See Also