Share via


TimeSheetPeriod.Id property

Gets the GUID of the timesheet period.

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 TimeSheetPeriod
Dim value As Guid

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

Property value

Type: System.Guid
A GUID for the timesheet period.

See also

Reference

TimeSheetPeriod class

TimeSheetPeriod members

Microsoft.ProjectServer.Client namespace