ProcessingConsentConsentType Property |
The way the consent was given. O=Online; I=Implicit; V=Verbal; W=Written; E=Email; T=Other (should be stated in Notes). [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProcessingConsentsRepositoryConsentType ConsentType { get; set; }
Public Property ConsentType As ProcessingConsentsRepositoryConsentType
Get
Set
public:
property ProcessingConsentsRepositoryConsentType^ ConsentType {
ProcessingConsentsRepositoryConsentType^ get ();
void set (ProcessingConsentsRepositoryConsentType^ value);
}
member ConsentType : ProcessingConsentsRepositoryConsentType with get, set
Property Value
Type:
ProcessingConsentsRepositoryConsentType
See Also