ProductSupplyProcurementType Property |
M=Make; B=Buy; T=Transfer. Identifies whether the product is produced or externally bought. [Required] [Default("B")]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductSupplyRepositoryProcurementType ProcurementType { get; set; }
Public Property ProcurementType As ProductSupplyRepositoryProcurementType
Get
Set
public:
property ProductSupplyRepositoryProcurementType^ ProcurementType {
ProductSupplyRepositoryProcurementType^ get ();
void set (ProductSupplyRepositoryProcurementType^ value);
}
member ProcurementType : ProductSupplyRepositoryProcurementType with get, set
Property Value
Type:
ProductSupplyRepositoryProcurementType
See Also