Share via


OnTaskCreated.Executor property

Gets or sets the user ID of the user who executed the event.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Executor As String
    Get
    Set
'Usage
Dim instance As OnTaskCreated
Dim value As String

value = instance.Executor

instance.Executor = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string Executor { get; set; }

Property value

Type: System.String

See also

Reference

OnTaskCreated class

OnTaskCreated members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

How Windows SharePoint Services Processes Workflow Activities

Workflow Task Forms (Windows SharePoint Services)