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