EnterpriseResource.TimesheetManager property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property TimesheetManager As User
Get
Set
'Usage
Dim instance As EnterpriseResource
Dim value As User
value = instance.TimesheetManager
instance.TimesheetManager = value
public User TimesheetManager { get; set; }
Property value
Type: Microsoft.SharePoint.Client.User