ProcessingConsentPerson Property |
The person, for which the consent is given. Null when the consent is given by an online user, which is still not linked to a specific person record. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Person Person { get; set; }
Public Property Person As Person
Get
Set
public:
property Person^ Person {
Person^ get ();
void set (Person^ value);
}
member Person : Person with get, set
Property Value
Type:
Person
See Also