共用方式為


Task.OutlinePosition property

取得在專案大綱階層中工作的位置。

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

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property OutlinePosition As String
    Get
'用途
Dim instance As Task
Dim value As String

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

Property value

Type: System.String
這項工作的階層位置的字串表示。

請參閱

參照

Task class

Task members

Microsoft.ProjectServer.Client namespace