[This is preliminary documentation and is subject to change.]
The Action Timestamp of the workflow history.
Namespace:
OfficeClip.BusinessLayer.Framework.WorkflowAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DateTime ActionTimestamp { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ActionTimestamp As DateTime |
Visual C++ |
---|
public: property DateTime ActionTimestamp { DateTime get (); void set (DateTime value); } |