ProductCodeCodingSystem Property |
The coding system in which the product code is specified. [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 CodingSystem CodingSystem { get; set; }
Public Property CodingSystem As CodingSystem
Get
Set
public:
property CodingSystem^ CodingSystem {
CodingSystem^ get ();
void set (CodingSystem^ value);
}
member CodingSystem : CodingSystem with get, set
Property Value
Type:
CodingSystem
See Also