OnTaskChanged.Executor property

Gets and sets the 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 OnTaskChanged
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

OnTaskChanged class

OnTaskChanged 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)