ProcessingConsentConsentText Property |
The actual text of the consent. [Filter(like)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ConsentText { get; set; }
Public Property ConsentText As String
Get
Set
public:
property String^ ConsentText {
String^ get ();
void set (String^ value);
}
member ConsentText : string with get, set
Property Value
Type:
String
See Also