TimesheetDataSet.HeadersRow.TS_CREATOR_RES_UID Property

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

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

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

WebSvcTimeSheet Namespace