Share via


TimesheetPreReviewEventArgs.Action property

Gets an enumerator that indicates which timesheet action is to be executed.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Property Action As Enum
    Get
    Set
'Usage
Dim instance As TimesheetPreReviewEventArgs
Dim value As Enum

value = instance.Action

instance.Action = value
public Enum Action { get; set; }

Property value

Type: System.Enum

See also

Reference

TimesheetPreReviewEventArgs class

TimesheetPreReviewEventArgs members

Microsoft.Office.Project.Server.Events namespace