title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Assignment.EnterpriseTeamMember method (Project) |
project-server |
|
706a7f8b-b545-7398-7c09-f29f6b8d225d |
06/08/2017 |
medium |
Indicates whether the specified assignment belongs to the project. True if the assignment belongs to the specified project; otherwise, False. Available in Project Professional only.
expression. EnterpriseTeamMember
( _Project_
)
expression A variable that represents an Assignment 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]