WorkflowDataFieldsCollection class

Stores a collection WorkflowDataField objects.

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<WorkflowDataField>
    System.Collections.ObjectModel.KeyedCollection<String, WorkflowDataField>
      Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldsCollection

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

Syntax

'Declaration
Public Class WorkflowDataFieldsCollection _
    Inherits KeyedCollection(Of String, WorkflowDataField)
'Usage
Dim instance As WorkflowDataFieldsCollection
public class WorkflowDataFieldsCollection : KeyedCollection<string, WorkflowDataField>

Remarks

The collection that represents all the workflow field variables that are available to the workflow runtime environment.

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

WorkflowDataFieldsCollection members

Microsoft.SharePoint.WorkflowActions namespace