Share via


Application.EnterpriseResourceGet Method

Project Developer Reference

Adds a single resource from the enterprise resource pool to the active project.

Syntax

expression.EnterpriseResourceGet(EUID, RUID)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
EUID Optional Variant The unique ID of the enterprise resource; required if there is more than one resource.
RUID Optional Variant The unique ID that will be assigned to the resource in the active project. If omitted, the next valid resource UID is assigned.

Return Value
Boolean

Remarks

This method is available only in Microsoft Office Project 2007 and in Microsoft Office Project Professional 2003.

See Also