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