DataSubjectRightRequestCompletedByUser Property |
The internal user account, which marked the request as implemented. Null when the request is still not implemented, or when the user is unknown. [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 CompletedByUser { get; set; }
Public Property CompletedByUser As User
Get
Set
public:
property User^ CompletedByUser {
User^ get ();
void set (User^ value);
}
member CompletedByUser : User with get, set
Property Value
Type:
User
See Also