TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_IS_DISABLED Property
Indicates whether the specified timesheet line class is disabled for editing.
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_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