WorkflowDataSet.WorkflowStatusRow.STAGE_ENTRY_DATE property
Gets or sets the date and time for entry to the workflow stage.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property STAGE_ENTRY_DATE As DateTime
Get
Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As DateTime
value = instance.STAGE_ENTRY_DATE
instance.STAGE_ENTRY_DATE = value
public DateTime STAGE_ENTRY_DATE { get; set; }
Property value
Type: System.DateTime
The date and time of entry to a workflow stage.
See also
Reference
WorkflowDataSet.WorkflowStatusRow class