TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_IS_EDITABLE Property
Indicates whether or not the specified timesheet line class is editable.
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_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
See Also
Reference
TimesheetLineClassDataSet.LineClassesRow Class