Share via


TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_IS_DISABLED property

Gets or sets a Boolean value that indicates whether the specified timesheet line class is disabled for editing.

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

Syntax

'Declaration
Public Property TS_LINE_CLASS_IS_DISABLED As Boolean
    Get
    Set
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As Boolean

value = instance.TS_LINE_CLASS_IS_DISABLED

instance.TS_LINE_CLASS_IS_DISABLED = value
public bool TS_LINE_CLASS_IS_DISABLED { get; set; }

Property value

Type: System.Boolean
True is the line class is disabled; otherwise, False.

See also

Reference

TimesheetLineClassDataSet.LineClassesRow class

TimesheetLineClassDataSet.LineClassesRow members

WebSvcAdmin namespace