ProjectDataSet.AssignmentDataTable.FindByASSN_UIDPROJ_UID Method

Retrieves an AssignmentRow object by using the specified assignment GUID and 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 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: [Statusing Web service].ProjectDataSet.AssignmentRow

See Also

Reference

ProjectDataSet.AssignmentDataTable Class

ProjectDataSet.AssignmentDataTable Members

Statusing Web Service