WorkflowDataField Class
Stores workflow field names and their values as name and value pairs.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.WorkflowActions.WorkflowDataField
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
Public Class WorkflowDataField
Dim instance As WorkflowDataField
public class WorkflowDataField
Remarks
Allows developers to define workflow field names and value pairs to store for later use during workflow run time.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.