ProjectDataSet.ProjectRow.SetCAL_UIDNull Method
Sets the CAL_UID field to a null reference (Nothing in Visual Basic).
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Sub SetCAL_UIDNull
'Usage
Dim instance As ProjectDataSet.ProjectRow
instance.SetCAL_UIDNull()
public void SetCAL_UIDNull()
See Also
Reference
ProjectDataSet.ProjectRow Class