Share via


Task.OutlinePosition property

Gets the position of the task in the project outline hierarchy.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property OutlinePosition As String
    Get
'Usage
Dim instance As Task
Dim value As String

value = instance.OutlinePosition
[RemoteAttribute]
public string OutlinePosition { get; }

Property value

Type: System.String
The string representation of the hierarchical position for this task.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace