Share via


StatusApprovalDataSet.StatusApprovalsDataTable.FindByASSN_UID method

Retrieves a StatusApprovalsRow 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 StatusApprovalDataSet.StatusApprovalsRow
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsDataTable
Dim ASSN_UID As Guid
Dim returnValue As StatusApprovalDataSet.StatusApprovalsRow

returnValue = instance.FindByASSN_UID(ASSN_UID)
public StatusApprovalDataSet.StatusApprovalsRow FindByASSN_UID(
    Guid ASSN_UID
)

Parameters

  • ASSN_UID
    Type: System.Guid

    Contains the assignment GUID.

Return value

Type: WebSvcStatusing.StatusApprovalDataSet.StatusApprovalsRow

See also

Reference

StatusApprovalDataSet.StatusApprovalsDataTable class

StatusApprovalDataSet.StatusApprovalsDataTable members

WebSvcStatusing namespace