Share via


RootWorkflowActivityWithData.WorkflowFields property

Contains a collection of the name and value pairs of workflow fields that the workflow activity can use at run time.

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

Syntax

'Declaration
Public ReadOnly Property WorkflowFields As WorkflowDataFieldsCollection
    Get
'Usage
Dim instance As RootWorkflowActivityWithData
Dim value As WorkflowDataFieldsCollection

value = instance.WorkflowFields
public WorkflowDataFieldsCollection WorkflowFields { get; }

Property value

Type: Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldsCollection
A collection of WorkflowDataFields.

See also

Reference

RootWorkflowActivityWithData class

RootWorkflowActivityWithData members

Microsoft.SharePoint.WorkflowActions namespace