WorkflowDataFieldsCollection.GetKeyForItem method

Gets the key value for a specified WorkflowDataField item.

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

Syntax

'Declaration
Protected Overrides Function GetKeyForItem ( _
    item As WorkflowDataField _
) As String
'Usage
Dim item As WorkflowDataField
Dim returnValue As String

returnValue = Me.GetKeyForItem(item)
protected override string GetKeyForItem(
    WorkflowDataField item
)

Parameters

Return value

Type: System.String
The key or identifier that is associated with the specified WorkflowDataField.

See also

Reference

WorkflowDataFieldsCollection class

WorkflowDataFieldsCollection members

Microsoft.SharePoint.WorkflowActions namespace