LotCertificateDocument Property |
Document, containing the certificate for this lot. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Document CertificateDocument { get; set; }
Public Property CertificateDocument As Document
Get
Set
public:
property Document^ CertificateDocument {
Document^ get ();
void set (Document^ value);
}
member CertificateDocument : Document with get, set
Property Value
Type:
Document
See Also