ProductCatalogHeaderHtml Property |
The header of the catalog in HTML format. Primarily used for web visualizations of the catalog. null specifies that there shouldn't be any user-defined header.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string HeaderHtml { get; set; }
Public Property HeaderHtml As String
Get
Set
public:
property String^ HeaderHtml {
String^ get ();
void set (String^ value);
}
member HeaderHtml : string with get, set
Property Value
Type:
String
See Also