OfficeTask.TaskProcessOwner property

Returns the name of the owner of the task process.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Public Property TaskProcessOwner As String
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As String

value = instance.TaskProcessOwner

instance.TaskProcessOwner = value
public string TaskProcessOwner { get; set; }

Property value

Type: System.String
The name of the task process owner.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace