Share via


TimesheetDataSet.HeadersRow.TS_CREATOR_RES_UID Property

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

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public Property TS_CREATOR_RES_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.HeadersRow
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

TimesheetDataSet.HeadersRow Class

TimesheetDataSet.HeadersRow Members

TimeSheet Web Service