Share via


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