title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Resource.EnterpriseTeamMember method (Project) |
project-server |
|
a89acb10-02c3-0e2d-66b2-2d448514d919 |
06/08/2017 |
medium |
Indicates whether the resource belongs to the project. True if the resource is a member of the team for the specified project; otherwise, False. Available in Project Professional only.
expression. EnterpriseTeamMember
( _Project_
)
expression A variable that represents a Resource object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Project | Required | Object | The Project object against which the expression is checked. For example, ActiveProject. |
Boolean
The EnterpriseTeamMember method returns False for summary resource assignments, because the assignment or resource is from another project.
The EnterpriseTeamMember method returns a trappable error (error code 1004) if the active view is not a Resource or Assignment view.
[!includeSupport and feedback]