Gets or sets the posting status of this CBatch object.

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

Syntax

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

See Also