DataSubjectRightRequestCompletedOnUtc Property |
Date and time (in UTC), when the requested right was implemented by the responsible entity. Null if the request is still not implemented.
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> CompletedOnUtc { get; set; }
Public Property CompletedOnUtc As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ CompletedOnUtc {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member CompletedOnUtc : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also