Partilhar 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