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