TimesheetManagersDataSet.TimesheetManagersRow.RES_IS_ACTIVE property
Gets or sets a value that indicates whether the timesheet manager resource is active.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_IS_ACTIVE As Boolean
Get
Set
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersRow
Dim value As Boolean
value = instance.RES_IS_ACTIVE
instance.RES_IS_ACTIVE = value
public bool RES_IS_ACTIVE { get; set; }
Property value
Type: System.Boolean
True if the timesheet manager is active; otherwise, False.
See also
Reference
TimesheetManagersDataSet.TimesheetManagersRow class