Share via


TimesheetListDataSet.TimesheetsRow.TS_JOB_UID property

Gets or sets the timesheet job GUID.

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

Syntax

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

value = instance.TS_JOB_UID

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

Property value

Type: System.Guid

See also

Reference

TimesheetListDataSet.TimesheetsRow class

TimesheetListDataSet.TimesheetsRow members

WebSvcTimeSheet namespace