Gets or sets the POSTED field of the
CTransRow.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public short Posted { get; set; } |
| Visual Basic |
|---|
Public Property Posted As Short
Get
Set |
| Visual C++ |
|---|
public:
property short Posted {
short get ();
void set (short value);
} |
See Also