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 * pVal
);
public: HRESULT put_BlockFactor(
int BlockFactor
);
|
| [Java] |
|---|
public Integer getBlockFactor();
public void setBlockFactor(
Integer
);
|
See Also