Share via


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 SharePoint Foundation

How SharePoint Foundation Processes Workflow Activities

Workflow Task Forms (SharePoint Foundation)