OnTaskDeleted.Executor property
Gets or 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 OnTaskDeleted
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
Microsoft.SharePoint.WorkflowActions namespace
Other resources
Workflow Activities for Windows SharePoint Services Overview
How Windows SharePoint Services Processes Workflow Activities