ProcessingConsentConsentImage Property |
If not null, it is a graphical image, containing additional information for the consent.
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] ConsentImage { get; set; }
Public Property ConsentImage As Byte()
Get
Set
public:
property array<unsigned char>^ ConsentImage {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ConsentImage : byte[] with get, set
Property Value
Type:
Byte
See Also