Share via


TimesheetPreReviewEventArgs.NextApproverUID Property

Gets the GUID of an additional 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 NextApproverUID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetPreReviewEventArgs
Dim value As Guid

value = instance.NextApproverUID

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

Property Value

Type: System.Guid

See Also

Reference

TimesheetPreReviewEventArgs Class

TimesheetPreReviewEventArgs Members

Microsoft.Office.Project.Server.Events Namespace