TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_ALWAYS_DISPLAY Property
Indicates whether the specified timesheet line class is always displayed.
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_ALWAYS_DISPLAY As Boolean
Get
Set
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As Boolean
value = instance.TS_LINE_CLASS_ALWAYS_DISPLAY
instance.TS_LINE_CLASS_ALWAYS_DISPLAY = value
public bool TS_LINE_CLASS_ALWAYS_DISPLAY { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
TimesheetLineClassDataSet.LineClassesRow Class