Share via


StatusingAssignmentsDataSet.AssignmentsDataTable.FindByASSN_UID method

Retrieves an AssignmentsRow object by using the specified assignment GUID.

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

Syntax

'Declaration
Public Function FindByASSN_UID ( _
    ASSN_UID As Guid _
) As StatusingAssignmentsDataSet.AssignmentsRow
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsDataTable
Dim ASSN_UID As Guid
Dim returnValue As StatusingAssignmentsDataSet.AssignmentsRow

returnValue = instance.FindByASSN_UID(ASSN_UID)
public StatusingAssignmentsDataSet.AssignmentsRow FindByASSN_UID(
    Guid ASSN_UID
)

Parameters

  • ASSN_UID
    Type: System.Guid

    Contains the assignment GUID.

Return value

Type: WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsRow

See also

Reference

StatusingAssignmentsDataSet.AssignmentsDataTable class

StatusingAssignmentsDataSet.AssignmentsDataTable members

WebSvcStatusing namespace