Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

Project.Task.ResourceNames.md

File metadata and controls

31 lines (20 loc) · 1.03 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Task.ResourceNames property (Project)
vbapj.chm132571
vbapj.chm132571
project-server
Project.Task.ResourceNames
0c933d60-42bf-ece6-fa37-da5181a56944
06/08/2017
medium

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.

[!includeSupport and feedback]