DataSubjectRightRequestCreatedByUser Property |
The user account, which was used to create the request. Null when the request was created internally, on behalf of the external person. [Filter(multi eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic User CreatedByUser { get; set; }
Public Property CreatedByUser As User
Get
Set
public:
property User^ CreatedByUser {
User^ get ();
void set (User^ value);
}
member CreatedByUser : User with get, set
Property Value
Type:
User
See Also