DelegationDataSet.TeamMembers property
Contains information about team members that are associated with delegatable tasks.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcStatusing.DelegationDataSet.TeamMembersDataTable