Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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