PurchaseOrderInvoiceDocumentNo Property |
Contains the purchase invoice number when it is known in advance, null otherwise. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string InvoiceDocumentNo { get; set; }
Public Property InvoiceDocumentNo As String
Get
Set
public:
property String^ InvoiceDocumentNo {
String^ get ();
void set (String^ value);
}
member InvoiceDocumentNo : string with get, set
Property Value
Type:
String
See Also