DraftTask.TaskType property

Gets or sets the task type.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property TaskType As TaskType
    Get
    Set
'Usage
Dim instance As DraftTask
Dim value As TaskType

value = instance.TaskType

instance.TaskType = value
[RemoteAttribute]
public TaskType TaskType { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.TaskType
The task type.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace