Click or drag to resize

PersonalDataProcessProcessingRole Property

The role of the enterprise company in the process - Controller or Processor. The controller owns the personal data process. The processor operates on behalf of the controller. C=Controller; P=Processor. . [Required] [Default("C")] [Filter(eq)]

Namespace:  Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public PersonalDataProcessesRepositoryProcessingRole ProcessingRole { get; set; }

Property Value

Type: PersonalDataProcessesRepositoryProcessingRole
See Also