ProjectDataSet.ProjectRow.SetWPROJ_DESCRIPTIONNull Method
Sets the PROJ_DESCRIPTION() property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
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