Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or sets the date and time when the task starts.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property StartDate As DateTime
Get
Set
'Usage
Dim instance As SPWorkflowTaskProperties
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
Property Value
Type: System.DateTime
A DateTime that represents when the task starts.
See Also
Reference
SPWorkflowTaskProperties Class