Share via


TimesheetPostEventArgs.TsUID property

Gets the GUID of the approved timesheet.

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

value = instance.TsUID

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

Property value

Type: System.Guid

See also

Reference

TimesheetPostEventArgs class

TimesheetPostEventArgs members

Microsoft.Office.Project.Server.Events namespace