Task.ResourceNames property (Project)

Gets or sets the names of the resources assigned to a task. Read/write String.

Syntax

expression. ResourceNames

expression A variable that represents a Task object.

Remarks

For a task with more than one resource, the ResourceNames property returns the names of the resources, separated by the list separator character. For example, the ResourceNames property returns "Tamara,Tanya" if the list separator character is the comma (,) and the task has two resources named Tamara and Tanya. Project uses the list separator specified in the Regional and Language Options dialog box of the Windows Control Panel.

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.