ProductCatalogWebModuleProductCatalog Property |
The product catalog, which is represented by this web module. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Cms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductCatalog ProductCatalog { get; set; }
Public Property ProductCatalog As ProductCatalog
Get
Set
public:
property ProductCatalog^ ProductCatalog {
ProductCatalog^ get ();
void set (ProductCatalog^ value);
}
member ProductCatalog : ProductCatalog with get, set
Property Value
Type:
ProductCatalog
See Also