title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.ResourceSharingPoolUpdate method (Project) |
vbapj.chm248 |
|
project-server |
|
1ebcf06f-fce3-7403-2adb-56f60ab73259 |
06/08/2017 |
medium |
Synchronizes the information in the sharer project with the information in the local resource pool project.
expression. ResourceSharingPoolUpdate
( _allSharers_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
allSharers | Optional | Boolean | True if the information from all open sharers is updated in the pool. False if only the information from sharers in the active project is updated in the pool. If AllSharers is omitted and only one sharer is open, that information is updated in the pool; otherwise, the user is prompted to specify whether all open sharers or just those in the active project should be updated in the pool. |
Boolean
Note
Project Professional can share local resources only when not logged on Project Server. If Project Professional is using a Project Server profile, local resource sharing is unavailable.
In the following example, the project that contains the resources to share is named SharedResourcePool.mpp. If the active project is named Sharer.mpp, the code enables Sharer.mpp to synchronize with any changes in resources from SharedResourcePool.mpp. Both projects must be open.
Application.ResourceSharingPoolUpdate
[!includeSupport and feedback]