DraftProject.DefaultTaskType property

Gets or sets the default type for tasks in the project.

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

Syntax

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

value = instance.DefaultTaskType

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

Property value

Type: Microsoft.ProjectServer.Client.TaskType
A numerical value that represents the task type.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace