Task.ResourceGroup property (Project)
Gets the names of groups associated with the resources assigned to a task, separated by the list separator. Read-only String.
Syntax
expression. ResourceGroup
expression A variable that represents a Task object.
Remarks
For example, if Bob's group is "Writers" and Greg's group is "Editors", and Greg and Bob are assigned to the same task, then the ResourceGroup property for that task returns "Writers,Editors". This example assumes that the list separator character is the comma (,). The list separator character can be set with the ListSeparator property.
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.