TimesheetLineClassDataSet.DepartmentsRow.TS_LINE_CLASS_UID property

Gets or sets a timesheet line class GUID.

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

Syntax

'Declaration
Public Property TS_LINE_CLASS_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetLineClassDataSet.DepartmentsRow
Dim value As Guid

value = instance.TS_LINE_CLASS_UID

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

Property value

Type: System.Guid
The GUID for the timesheet line class.

See also

Reference

TimesheetLineClassDataSet.DepartmentsRow class

TimesheetLineClassDataSet.DepartmentsRow members

WebSvcAdmin namespace