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