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