共用方式為


TimeSheetLine.Id property

取得時程表一行的 GUID。

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

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property Id As Guid
    Get
'用途
Dim instance As TimeSheetLine
Dim value As Guid

value = instance.Id
[RemoteAttribute]
public Guid Id { get; }

Property value

Type: System.Guid
時程表一行的 GUID。

請參閱

參照

TimeSheetLine class

TimeSheetLine members

Microsoft.ProjectServer.Client namespace