Share via


TimesheetPreReviewEventArgs.ApproverUID property

Gets the GUID of the user who approves a timesheet review.

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 ApproverUID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetPreReviewEventArgs
Dim value As Guid

value = instance.ApproverUID

instance.ApproverUID = value
public Guid ApproverUID { get; set; }

Property value

Type: System.Guid

See also

Reference

TimesheetPreReviewEventArgs class

TimesheetPreReviewEventArgs members

Microsoft.Office.Project.Server.Events namespace