ProductCatalogBackgroundImage Property |
The background image to be used for web visualization of the catalog. null means that background image won't be displayed.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] BackgroundImage { get; set; }
Public Property BackgroundImage As Byte()
Get
Set
public:
property array<unsigned char>^ BackgroundImage {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member BackgroundImage : byte[] with get, set
Property Value
Type:
Byte
See Also