ProjectDataSet.ProjectRow.SetPROJ_INFO_FINISH_DATENull Method
Sets the PROJ_INFO_FINISH_DATE field to a null reference (Nothing in Visual Basic).
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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