Gets or sets the control count for this
CBatch object.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public int ControlCount { get; set; } |
| Visual Basic |
|---|
Public Property ControlCount As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int ControlCount {
int get ();
void set (int value);
} |
See Also