ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow.TS_LINE_APPROVER_UID property
Specifies the GUID of the resource that approved the timesheet.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_LINE_APPROVER_UID As Guid
Get
Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
Dim value As Guid
value = instance.TS_LINE_APPROVER_UID
instance.TS_LINE_APPROVER_UID = value
public Guid TS_LINE_APPROVER_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow class
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow members