DelegationDataSet.TeamMembers Property
Contains information about team members that are associated with delegatable tasks.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property TeamMembers As DelegationDataSet.TeamMembersDataTable
Get
'Usage
Dim instance As DelegationDataSet
Dim value As DelegationDataSet.TeamMembersDataTable
value = instance.TeamMembers
[BrowsableAttribute(false)]
public DelegationDataSet.TeamMembersDataTable TeamMembers { get; }
Property Value
Type: [Statusing Web service].DelegationDataSet.TeamMembersDataTable