Share via


ImportTimesheetDataSet.LinesRow.TS_LINE_UID property

Gets or sets the timesheet line GUID.

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

Syntax

'Declaration
Public Property TS_LINE_UID As Guid
    Get
    Set
'Usage
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As Guid

value = instance.TS_LINE_UID

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

Property value

Type: System.Guid

Remarks

This is the primary key in ImportTimesheetDataSet.

See also

Reference

ImportTimesheetDataSet.LinesRow class

ImportTimesheetDataSet.LinesRow members

WebSvcStatusing namespace