ProjectDataSet.ProjectRow.IsPROJ_CHECKOUTDATENull method
Determines whether the PROJ_CHECKOUTDATE property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsPROJ_CHECKOUTDATENull As Boolean
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_CHECKOUTDATENull()
public bool IsPROJ_CHECKOUTDATENull()
Return value
Type: System.Boolean
True if PROJ_CHECKOUTDATE is a null reference (Nothing in Visual Basic).
See also
Reference
ProjectDataSet.ProjectRow class