TimeSheet.Manager property

Gets the timesheet manager.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Manager As User
    Get
'Usage
Dim instance As TimeSheet
Dim value As User

value = instance.Manager
[RemoteAttribute]
public User Manager { get; }

Property value

Type: Microsoft.SharePoint.Client.User
An EnterpriseResource object that represents the manager.

See also

Reference

TimeSheet class

TimeSheet members

Microsoft.ProjectServer.Client namespace