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