ProcessingConsentParentEmail Property |
When a parental rights holder gives a consent for a child, contains the email of the parent. [Filter(like)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ParentEmail { get; set; }
Public Property ParentEmail As String
Get
Set
public:
property String^ ParentEmail {
String^ get ();
void set (String^ value);
}
member ParentEmail : string with get, set
Property Value
Type:
String
See Also