OfficeTask.TaskProcessName property

Gets or sets the name of the task process.

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

Syntax

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

value = instance.TaskProcessName

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

Property value

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

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace