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