ExpandInitFormUsers class
Provides a workflow activity that…
Inheritance hierarchy
System.Object
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity<Collection<String>>
Microsoft.SharePoint.WorkflowServices.Activities.ExpandInitFormUsers
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public NotInheritable Class ExpandInitFormUsers _
Inherits Activity(Of Collection(Of String))
'Usage
Dim instance As ExpandInitFormUsers
public sealed class ExpandInitFormUsers : Activity<Collection<string>>
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.