PlanAssignment.IsTeam property

Gets a value that indicates whether a plan assignment resource is in a team assignment pool.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsTeam As Boolean
    Get
'Usage
Dim instance As PlanAssignment
Dim value As Boolean

value = instance.IsTeam
[RemoteAttribute]
public bool IsTeam { get; }

Property value

Type: System.Boolean
True if the resource is in a pool; otherwise, False.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace