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.
Gets the specified workflow task.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
uniqueId As Guid _
) As SPWorkflowTask
Get
'Usage
Dim instance As SPWorkflowTaskCollection
Dim uniqueId As Guid
Dim value As SPWorkflowTask
value = instance(uniqueId)
public SPWorkflowTask this[
Guid uniqueId
] { get; }
Parameters
uniqueId
Type: System.GuidThe ID of the workflow task.
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowTask
An SPWorkflowTask object that represents the workflow task.
See Also
Reference
SPWorkflowTaskCollection Class