ProjectDataSet.ProjectRow.IsProjectOwnerIDNull Method

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

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

Syntax

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

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

Return Value

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

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace