ProjectTeamDataSet.ProjectTeamRow.IsNEW_RES_UIDNull method
Determines whether the NEW_RES_UID property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsNEW_RES_UIDNull As Boolean
'Usage
Dim instance As ProjectTeamDataSet.ProjectTeamRow
Dim returnValue As Boolean
returnValue = instance.IsNEW_RES_UIDNull()
public bool IsNEW_RES_UIDNull()
Return value
Type: System.Boolean
True if the property is set to null; otherwise, False.
See also
Reference
ProjectTeamDataSet.ProjectTeamRow class