ProjectDataSet.ProjectRow.IsPROJ_INFO_CURRENT_DATENull Method
Determines whether the PROJ_INFO_CURRENT_DATE field is a null reference (Nothing in Visual Basic).
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsPROJ_INFO_CURRENT_DATENull As Boolean
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_INFO_CURRENT_DATENull()
public bool IsPROJ_INFO_CURRENT_DATENull()
Return Value
Type: System.Boolean
true if PROJ_INFO_CURRENT_DATE is a null reference (Nothing in Visual Basic).
See Also
Reference
ProjectDataSet.ProjectRow Class