Share via


Application.SaveStartingToServer Event

Project Developer Reference

Occurs when Microsoft Office Project Professional 2007 starts to save the project changes to Project Server Queue. It cannot be cancelled. Office Project Professional 2007 only.

Syntax

expression.SaveStartingToServer(bstrName, bstrprojGuid)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
bstrName Required String Name of the project.
bstrprojGuid Required String GUID of the project.

Return Value
nothing

See Also