DelegationDataSet.TeamMembersDataTable.FindByPROJ_UIDRES_UID method
Retrieves a TeamMembersRow object by using the specified resource GUID and the specified project GUID.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidContains the project GUID.
RES_UID
Type: System.GuidContains the resource GUID.
Return value
Type: WebSvcStatusing.DelegationDataSet.TeamMembersRow
See also
Reference
DelegationDataSet.TeamMembersDataTable class