Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.WorkflowActions Namespace
Other Resources
Workflow Activities for SharePoint Foundation