ImpersonationSequenceActivity Constructor (String)

Initializes a new instance of the ImpersonationSequenceActivity class with the specified name.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New ImpersonationSequenceActivity(name)
public ImpersonationSequenceActivity(
    string name
)

Parameters

  • name
    Type: System.String

    The name of the ImpersonationSequenceActivity.

See Also

Reference

ImpersonationSequenceActivity Class

ImpersonationSequenceActivity Members

ImpersonationSequenceActivity Overload

Microsoft.SharePoint.WorkflowActions Namespace