CreateTaskRequest.Priority Property
Gets or sets the value representing the task priority.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Property Priority As Nullable(Of TaskPriority)
Get
Set
'Usage
Dim instance As CreateTaskRequest
Dim value As Nullable(Of TaskPriority)
value = instance.Priority
instance.Priority = value
public Nullable<TaskPriority> Priority { get; set; }
Property Value
Type: System.Nullable<TaskPriority>