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