TimesheetLineClassDataSet.DepartmentsRow.TS_LINE_CLASS_DEPARTMENT_UID property

Gets or sets a timesheet line class department GUID.

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

Syntax

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

value = instance.TS_LINE_CLASS_DEPARTMENT_UID

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

Property value

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

See also

Reference

TimesheetLineClassDataSet.DepartmentsRow class

TimesheetLineClassDataSet.DepartmentsRow members

WebSvcAdmin namespace