TimesheetPreRecallEventArgs.TsUID Property
Gets the GUID for 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)
Syntax
'Declaration
Public Property TsUID As Guid
Get
Set
'Usage
Dim instance As TimesheetPreRecallEventArgs
Dim value As Guid
value = instance.TsUID
instance.TsUID = value
public Guid TsUID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
TimesheetPreRecallEventArgs Class