Gets or sets the transaction 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 TransCount { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property TransCount As Integer |
| Visual C++ |
|---|
public:
property int TransCount {
int get ();
void set (int value);
} |
See Also