ProjectDataSet.ProjectRow.SetPROJ_PROP_TITLENull method
Sets the PROJ_PROP_TITLE property to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub SetPROJ_PROP_TITLENull
'Usage
Dim instance As ProjectDataSet.ProjectRow
instance.SetPROJ_PROP_TITLENull()
public void SetPROJ_PROP_TITLENull()
See also
Reference
ProjectDataSet.ProjectRow class