UserBusinessRuleIcon Property |
Visual icon of the rule in .PNG format.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] Icon { get; set; }
Public Property Icon As Byte()
Get
Set
public:
property array<unsigned char>^ Icon {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Icon : byte[] with get, set
Property Value
Type:
Byte
See Also