Share via


TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_IS_EDITABLE property

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

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

Syntax

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

value = instance.TS_LINE_CLASS_IS_EDITABLE

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

Property value

Type: System.Boolean
True if the timesheet line class is editable; otherwise, False.

See also

Reference

TimesheetLineClassDataSet.LineClassesRow class

TimesheetLineClassDataSet.LineClassesRow members

WebSvcAdmin namespace