ProjectDataSet.ProjectRow.SetPROJ_LAST_SAVEDNull Method
Sets the PROJ_LAST_SAVED property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Sub SetPROJ_LAST_SAVEDNull
'Usage
Dim instance As ProjectDataSet.ProjectRow
instance.SetPROJ_LAST_SAVEDNull()
public void SetPROJ_LAST_SAVEDNull()
See Also
Reference
ProjectDataSet.ProjectRow Class