ProductShowInCatalog Property |
Specifies whether to show the product in catalogs, referring to the product group of the product. false=Do not show; true=Show. [Required] [Default(false)] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ShowInCatalog { get; set; }
Public Property ShowInCatalog As Boolean
Get
Set
public:
property bool ShowInCatalog {
bool get ();
void set (bool value);
}
member ShowInCatalog : bool with get, set
Property Value
Type:
Boolean
See Also