Share via


TimesheetListDataSet.TimesheetsRow.TS_CREATOR_RES_UID property

Specifies the enterprise resource unique identifier for the resource that created the timesheet.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TS_CREATOR_RES_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As Guid

value = instance.TS_CREATOR_RES_UID

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

Property value

Type: System.Guid

Remarks

The timesheet creator can be different from the resource to whom this timesheet applies. The resource to whom this timesheet applies is recorded in the RES_UID property.

See also

Reference

TimesheetListDataSet.TimesheetsRow class

TimesheetListDataSet.TimesheetsRow members

WebSvcTimeSheet namespace