Share via


ProjectDataSet.AssignmentDataTable.FindByASSN_UIDPROJ_UID method

Retrieves an AssignmentRow object by using the specified assignment GUID and project GUID.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function FindByASSN_UIDPROJ_UID ( _
    ASSN_UID As Guid, _
    PROJ_UID As Guid _
) As ProjectDataSet.AssignmentRow
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim ASSN_UID As Guid
Dim PROJ_UID As Guid
Dim returnValue As ProjectDataSet.AssignmentRow

returnValue = instance.FindByASSN_UIDPROJ_UID(ASSN_UID, _
    PROJ_UID)
public ProjectDataSet.AssignmentRow FindByASSN_UIDPROJ_UID(
    Guid ASSN_UID,
    Guid PROJ_UID
)

Parameters

  • ASSN_UID
    Type: System.Guid

    Contains the assignment GUID.

  • PROJ_UID
    Type: System.Guid

    Contains the project GUID.

Return value

Type: WebSvcProject.ProjectDataSet.AssignmentRow

See also

Reference

ProjectDataSet.AssignmentDataTable class

ProjectDataSet.AssignmentDataTable members

WebSvcProject namespace