UpdateProcedureExecuteExecuteTime Property |
The time, when the update procedure was executed. [Required] [Default(Now)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime ExecuteTime { get; set; }
Public Property ExecuteTime As DateTime
Get
Set
public:
property DateTime^ ExecuteTime {
DateTime^ get ();
void set (DateTime^ value);
}
member ExecuteTime : DateTime with get, set
Property Value
Type:
DateTime
See Also