DataSubjectRightRequestCreatedOnUtc Property |
The date and time (in UTC), when the request was created. [Required] [Default(Now)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime CreatedOnUtc { get; set; }
Public Property CreatedOnUtc As DateTime
Get
Set
public:
property DateTime^ CreatedOnUtc {
DateTime^ get ();
void set (DateTime^ value);
}
member CreatedOnUtc : DateTime with get, set
Property Value
Type:
DateTime
See Also