ProcessingConsentAllowOtherData Property |
Comma-separated list of other types of data, which was allowed for processing with this consent. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string AllowOtherData { get; set; }
Public Property AllowOtherData As String
Get
Set
public:
property String^ AllowOtherData {
String^ get ();
void set (String^ value);
}
member AllowOtherData : string with get, set
Property Value
Type:
String
See Also