Task.ResourceNames Property
Project Developer Reference |
Returns 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. Microsoft Office Project 2007 uses the list separator specified in the Regional Settings icon (in Windows 98, Windows NT, or Windows Me), Regional Options icon (in Windows 2000), or Regional and Language Options icon (in Windows XP) of the Microsoft Windows Control Panel.
See Also