TaskflowProperties.TaskTitle Property

Gets the task title.

Namespace:  OBA.Server.Taskflow.UI
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public ReadOnly Property TaskTitle As String
    Get
'Usage
Dim instance As TaskflowProperties
Dim value As String

value = instance.TaskTitle
public string TaskTitle { get; }

Property Value

Type: System.String

See Also

Reference

TaskflowProperties Class

TaskflowProperties Members

OBA.Server.Taskflow.UI Namespace