ProductCatalogLogo Property |
The logo of the product catalog. Used for web and other visualization of the catalog.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] Logo { get; set; }
Public Property Logo As Byte()
Get
Set
public:
property array<unsigned char>^ Logo {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Logo : byte[] with get, set
Property Value
Type:
Byte
See Also