TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_TYPE property
Gets or sets a number that indicates which line class type is used for the specified timesheet lines.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_LINE_CLASS_TYPE As Byte
Get
Set
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As Byte
value = instance.TS_LINE_CLASS_TYPE
instance.TS_LINE_CLASS_TYPE = value
public byte TS_LINE_CLASS_TYPE { get; set; }
Property value
Type: System.Byte
A number.
See also
Reference
TimesheetLineClassDataSet.LineClassesRow class