TimesheetPreSubmitEventArgs.ApproverUID Property

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

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 TimesheetPreSubmitEventArgs
Dim value As Guid

value = instance.ApproverUID

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

Property Value

Type: System.Guid

See Also

Reference

TimesheetPreSubmitEventArgs Class

TimesheetPreSubmitEventArgs Members

Microsoft.Office.Project.Server.Events Namespace