ProcessingConsentParentPhone Property |
When a parental rights holder gives a consent for a child, contains the phone number 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 ParentPhone { get; set; }
Public Property ParentPhone As String
Get
Set
public:
property String^ ParentPhone {
String^ get ();
void set (String^ value);
}
member ParentPhone : string with get, set
Property Value
Type:
String
See Also