DelegationDataSet.TeamMembersDataTable.FindByPROJ_UIDRES_UID Method
Retrieves a TeamMembersRow object by using the specified resource GUID and the specified project GUID.
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
Public Function FindByPROJ_UIDRES_UID ( _
PROJ_UID As Guid, _
RES_UID As Guid _
) As DelegationDataSet.TeamMembersRow
'Usage
Dim instance As DelegationDataSet.TeamMembersDataTable
Dim PROJ_UID As Guid
Dim RES_UID As Guid
Dim returnValue As DelegationDataSet.TeamMembersRow
returnValue = instance.FindByPROJ_UIDRES_UID(PROJ_UID, _
RES_UID)
public DelegationDataSet.TeamMembersRow FindByPROJ_UIDRES_UID(
Guid PROJ_UID,
Guid RES_UID
)
Parameters
- PROJ_UID
Type: System.Guid
Contains the project GUID.
- RES_UID
Type: System.Guid
Contains the resource GUID.
Return Value
Type: [Statusing Web service].DelegationDataSet.TeamMembersRow
See Also
Reference
DelegationDataSet.TeamMembersDataTable Class