Gets or sets the POSTED field of the CTransRow.

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public short Posted { get; set; }
Visual Basic (Declaration)
Public Property Posted As Short
Visual C++
public:
property short Posted {
	short get ();
	void set (short value);
}

See Also