ProductTypePurchaseInvoiceLinePropertyProperty Property |
The user-defined property. It should be with Entity Type = 'Purchase Invoice Line'. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty Property { get; set; }
Public Property Property As CustomProperty
Get
Set
public:
property CustomProperty^ Property {
CustomProperty^ get ();
void set (CustomProperty^ value);
}
member Property : CustomProperty with get, set
Property Value
Type:
CustomProperty
See Also