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

'Declaration
Public Class WorkflowDataField
'Usage
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.

See also

Reference

WorkflowDataField members

Microsoft.SharePoint.WorkflowActions namespace