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