ResourcePlanDataSet.PlanResourcesRow.RES_IS_TEAM property
Gets or sets a Boolean value that indicates whether a specified resource is an entire team of users.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_IS_TEAM As Boolean
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As Boolean
value = instance.RES_IS_TEAM
instance.RES_IS_TEAM = value
public bool RES_IS_TEAM { get; set; }
Property value
Type: System.Boolean
True if the resource is a team; otherwise, False.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class