Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.23 KB

Project.Resource.EnterpriseTeamMember.md

File metadata and controls

43 lines (24 loc) · 1.23 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Resource.EnterpriseTeamMember method (Project)
project-server
Project.Resource.EnterpriseTeamMember
a89acb10-02c3-0e2d-66b2-2d448514d919
06/08/2017
medium

Resource.EnterpriseTeamMember method (Project)

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.

Syntax

expression. EnterpriseTeamMember( _Project_ )

expression A variable that represents a Resource 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]