ProductIsFeatured Property |
Specifies whether the product should be presented at the title space in promotional materials, web pages, etc. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsFeatured { get; set; }
Public Property IsFeatured As Boolean
Get
Set
public:
property bool IsFeatured {
bool get ();
void set (bool value);
}
member IsFeatured : bool with get, set
Property Value
Type:
Boolean
See Also