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
item
Type: Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldA WorkflowDataField item.
Return Value
Type: System.String
The key or identifier that is associated with the specified WorkflowDataField.
See Also
Reference
WorkflowDataFieldsCollection Class