다음을 통해 공유


SPWorkflowTaskCollection.Item Property (Guid)

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.Guid

    The 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

SPWorkflowTaskCollection Members

Item Overload

Microsoft.SharePoint.Workflow Namespace