ResourceDataSet.ResourcesRow.RES_IS_TEAM Property
Gets or sets the Boolean value that specifies whether a resource is designated as a member of a team assignment pool.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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 when a resource is designated as a team assignment pool.
Remarks
The default value is false.
See Also
Reference
ResourceDataSet.ResourcesRow Class