다음을 통해 공유


ProjectServer.TimeSheetPeriods property

Gets the time sheets in a Project Server instance.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property TimeSheetPeriods As TimeSheetPeriodCollection
    Get
'Usage
Dim instance As ProjectServer
Dim value As TimeSheetPeriodCollection

value = instance.TimeSheetPeriods
[RemoteAttribute]
public TimeSheetPeriodCollection TimeSheetPeriods { get; }

Property value

Type: Microsoft.ProjectServer.Client.TimeSheetPeriodCollection
A collection of TimeSheetPeriod objects.

See also

Reference

ProjectServer class

ProjectServer members

Microsoft.ProjectServer.Client namespace