Application.EnterpriseResourcesOpen Method
Project Developer Reference |
Opens the pool of enterprise resources for viewing in a temporary project.
.
Syntax
expression.EnterpriseResourcesOpen(EUID, OpenType)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
EUID | Optional | Variant | A comma-delimited list of unique IDs of the enterprise resource. |
OpenType | Optional | Long | Specifies how the enterprise resources are to be checked out. Can be one of the following PjCheckOutType constants: pjReadOnly or pjReadWrite. The default value is pjReadWrite. |
Return Value
Boolean
Remarks
This method is available only in Microsoft Office Project 2007 and in Microsoft Office Project Professional 2003.
See Also