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