DraftTask.OutlineLevel property

Gets or sets the task outline level in a hierarchical task list.

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

Syntax

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

value = instance.OutlineLevel

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

Property value

Type: System.Int32
A numerical value that refers to the task outline level.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace