TimeSheet.EntryMode property

Gets or sets the timesheet entry mode.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property EntryMode As TimeSheetEntryMode
    Get
    Set
'Usage
Dim instance As TimeSheet
Dim value As TimeSheetEntryMode

value = instance.EntryMode

instance.EntryMode = value
[RemoteAttribute]
public TimeSheetEntryMode EntryMode { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.TimeSheetEntryMode
An enumerated value that represents the entry mode. Examples of entry mode include Daily and Weekly.

See also

Reference

TimeSheet class

TimeSheet members

Microsoft.ProjectServer.Client namespace