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