TimesheetPreRecallEventArgs.ResUID Property
Gets the GUID of the creator of the timesheet that is to be recalled.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
'Declaration
Public Property ResUID As Guid
Get
Set
'Usage
Dim instance As TimesheetPreRecallEventArgs
Dim value As Guid
value = instance.ResUID
instance.ResUID = value
public Guid ResUID { get; set; }
Type: System.Guid
TimesheetPreRecallEventArgs Class