Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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