Gets or sets the HAS_BEEN_BILLED field of the invoice.

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

Syntax

C#
public bool HasBeenBilled { get; set; }
Visual Basic
Public Property HasBeenBilled As Boolean
	Get
	Set
Visual C++
public:
property bool HasBeenBilled {
	bool get ();
	void set (bool value);
}

See Also