TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_IS_DISABLED Property
Specifies whether the timesheet line class is disabled.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
TimesheetLineClassDataSet.LineClassesRow Class