Share via


TimeSheetWork.Id property

Gets the GUID of the timesheet line that is associated with the work.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Id As Guid
    Get
'Usage
Dim instance As TimeSheetWork
Dim value As Guid

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

Property value

Type: System.Guid
The GUID for the timesheet line.

See also

Reference

TimeSheetWork class

TimeSheetWork members

Microsoft.ProjectServer.Client namespace