ResourceDataSet.ResourcesRow.RES_IS_TEAM Property
Indicates whether a resource is designated as a member of a team assignment pool.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.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
Remarks
true when a resource is designated as a team assignment pool; otherwise, false.
See Also
Reference
ResourceDataSet.ResourcesRow Class