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
Public Class WorkflowDataFieldsCollection _
Inherits KeyedCollection(Of String, WorkflowDataField)
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.