ProcessingConsentRetractedOnUtc Property |
The date and time (in Utc), when the consent was retracted. Null if the consent is not retracted. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> RetractedOnUtc { get; set; }
Public Property RetractedOnUtc As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ RetractedOnUtc {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member RetractedOnUtc : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also