ProcessingConsentUser Property |
The login user, for which the consent is given. Null when a consent is entered for a natural person, not through online user. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic User User { get; set; }
Public Property User As User
Get
Set
public:
property User^ User {
User^ get ();
void set (User^ value);
}
member User : User with get, set
Property Value
Type:
User
See Also