PersonalDataProcessListOfDataRecipientCategories Property |
Comma-separated list of types of data users. Usual categories include Staff, Public Authority, Contractor, etc. [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ListOfDataRecipientCategories { get; set; }
Public Property ListOfDataRecipientCategories As String
Get
Set
public:
property String^ ListOfDataRecipientCategories {
String^ get ();
void set (String^ value);
}
member ListOfDataRecipientCategories : string with get, set
Property Value
Type:
String
See Also