PublishedTask.OutlineLevel property

Gets 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 ReadOnly Property OutlineLevel As Integer
    Get
'Usage
Dim instance As PublishedTask
Dim value As Integer

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

Property value

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

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace