Application.ResourceSharing Method
Project Developer Reference |
Controls resource sharing.
Syntax
expression.ResourceSharing(Share, Name, Pool)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Share | Optional | Boolean | True if resources are shared. If Name is specified, Share is ignored. |
Name | Optional | String | The file name of the resource pool. |
Pool | Optional | Boolean | True if resources in the pool take precedence over resources in the local project. |
Return Value
Boolean
Remarks
Using the ResourceSharing method without specifying any arguments displays the ShareResources dialog box.
See Also