ProductEnterpriseCompany Property |
When not null, specifies that the product is specific to a given enterprise company and may be used only in documents from this enterprise company. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic EnterpriseCompany EnterpriseCompany { get; set; }
Public Property EnterpriseCompany As EnterpriseCompany
Get
Set
public:
property EnterpriseCompany^ EnterpriseCompany {
EnterpriseCompany^ get ();
void set (EnterpriseCompany^ value);
}
member EnterpriseCompany : EnterpriseCompany with get, set
Property Value
Type:
EnterpriseCompany
See Also