WebModuleModulePicture Property |
Default picture. Used for picture links, small module icons, etc. PNG format is suggested.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Cms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] ModulePicture { get; set; }
Public Property ModulePicture As Byte()
Get
Set
public:
property array<unsigned char>^ ModulePicture {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ModulePicture : byte[] with get, set
Property Value
Type:
Byte
See Also