TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_TYPE Property
Indicates which line class type is used for the specified timesheet lines.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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
See Also
Reference
TimesheetLineClassDataSet.LineClassesRow Class