TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_UID property
Gets or sets the GUID of the unique identifier of the specified timesheet line class.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_LINE_CLASS_UID As Guid
Get
Set
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
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 of a timesheet line class.
See also
Reference
TimesheetLineClassDataSet.LineClassesRow class