TimesheetManagersDataSet.TimesheetManagersRow.IsRES_IS_ACTIVENull method
Gets a value that indicates whether the RES_IS_ACTIVE property is null.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsRES_IS_ACTIVENull As Boolean
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersRow
Dim returnValue As Boolean
returnValue = instance.IsRES_IS_ACTIVENull()
public bool IsRES_IS_ACTIVENull()
Return value
Type: System.Boolean
True if the property is null; otherwise, False.
See also
Reference
TimesheetManagersDataSet.TimesheetManagersRow class