Share via


TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_ALWAYS_DISPLAY property

Gets or sets a Boolean value that indicates whether the specified timesheet line class is always displayed.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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
True if the line class is always displayed; otherwise, False.

See also

Reference

TimesheetLineClassDataSet.LineClassesRow class

TimesheetLineClassDataSet.LineClassesRow members

WebSvcAdmin namespace