Share via


Application.RegisterProject Method

Project Developer Reference

Registers the active project on Project Server.

Syntax

expression.RegisterProject(WaitForCompletion)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
WaitForCompletion Required Boolean True if Project waits until the registration is complete before returning notification that the operation was successful or returning an error code if the operation failed. The default value is False.

Return Value
Long

See Also