ProjectDataSet.ProjectRow.IsCREATED_DATENull Method

Determines whether the CREATED_DATE field is a null reference (Nothing in Visual Basic).

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Function IsCREATED_DATENull As Boolean
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean

returnValue = instance.IsCREATED_DATENull()
public bool IsCREATED_DATENull()

Return Value

Type: System.Boolean
true if CREATED_DATE is a null reference (Nothing in Visual Basic).

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace