InvoiceIsClosed Property
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("inv_close_flag")]
public bool IsClosed { get; protected set; }
<NetForumFieldAttribute("inv_close_flag")>
Public Property IsClosed As Boolean
Get
Protected Set
public:
[NetForumFieldAttribute(L"inv_close_flag")]
property bool IsClosed {
bool get ();
protected: void set (bool value);
}
[<NetForumFieldAttribute("inv_close_flag")>]
member IsClosed : bool with get, set
Property Value
Boolean