Profile.Name property (Project)

Gets the name of an account profile in Project Professional. Read/write String.

Syntax

expression.Name

expression A variable that represents a Profile object.

Remarks

The Project Server Accounts dialog box shows the number and order of profiles. Use Profiles.Count to programmatically determine the number of account profiles.

Example

If the second account profile is a Project Server account, the following statement returns the name of the account.

Debug.Print Profiles(2).Name

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.