ResourceDataSet.ResourcesRow.RES_IS_TEAM property
Indicates whether a resource is designated as a member of a team assignment pool.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_IS_TEAM As Boolean
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
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 designated as a team assignment pool; otherwise, False.
See also
Reference
ResourceDataSet.ResourcesRow class