TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_NEED_APPROVAL property
Gets or sets a Boolean value that indicates whether the specified timesheet line class requires manager or delegate approval.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_LINE_CLASS_NEED_APPROVAL As Boolean
Get
Set
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As Boolean
value = instance.TS_LINE_CLASS_NEED_APPROVAL
instance.TS_LINE_CLASS_NEED_APPROVAL = value
public bool TS_LINE_CLASS_NEED_APPROVAL { get; set; }
Property value
Type: System.Boolean
True if the line class requires approval; otherwise, False.
See also
Reference
TimesheetLineClassDataSet.LineClassesRow class