Share via


WorkflowDataFieldsCollection.GetItem method

Gets the key value for a specified form.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Function GetItem ( _
    key As String _
) As WorkflowDataField
'Usage
Dim instance As WorkflowDataFieldsCollection
Dim key As String
Dim returnValue As WorkflowDataField

returnValue = instance.GetItem(key)
public WorkflowDataField GetItem(
    string key
)

Parameters

  • key
    Type: System.String

    The key that corresponds to the WorkflowDataField.

Return value

Type: Microsoft.SharePoint.WorkflowActions.WorkflowDataField
The key value for a specified item.

See also

Reference

WorkflowDataFieldsCollection class

WorkflowDataFieldsCollection members

Microsoft.SharePoint.WorkflowActions namespace