PersonalDataProcessListOfDataCategories Property |
Comma-separated list of categories of personal data (both sensitive and non-sensitive) processed by this process. Common sensitive types of data include racial, political views, religion, trade union membership, sex life, criminal records, etc. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ListOfDataCategories { get; set; }
Public Property ListOfDataCategories As String
Get
Set
public:
property String^ ListOfDataCategories {
String^ get ();
void set (String^ value);
}
member ListOfDataCategories : string with get, set
Property Value
Type:
String
See Also