CustomerProductCompanyLocation Property |
When the customer is a company, denotes the location for which the product is listed. null when the customer is not a company or when the listing is not location specific. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CompanyLocation CompanyLocation { get; set; }
Public Property CompanyLocation As CompanyLocation
Get
Set
public:
property CompanyLocation^ CompanyLocation {
CompanyLocation^ get ();
void set (CompanyLocation^ value);
}
member CompanyLocation : CompanyLocation with get, set
Property Value
Type:
CompanyLocation
See Also