Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.24 KB

Project.Assignment.EnterpriseTeamMember.md

File metadata and controls

43 lines (24 loc) · 1.24 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Assignment.EnterpriseTeamMember method (Project)
project-server
Project.Assignment.EnterpriseTeamMember
706a7f8b-b545-7398-7c09-f29f6b8d225d
06/08/2017
medium

Assignment.EnterpriseTeamMember method (Project)

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.

Syntax

expression. EnterpriseTeamMember( _Project_ )

expression A variable that represents an Assignment object.

Parameters

Name Required/Optional Data type Description
Project Required Object The Project object against which the expression is checked. For example, ActiveProject.

Return value

Boolean

Remarks

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]