Share via


DelegationDataSet.DelegatableAssignmentsDataTable.FindByASSN_UID method

Retrieves an DelegatableAssignmentsRow 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 DelegationDataSet.DelegatableAssignmentsRow
'Usage
Dim instance As DelegationDataSet.DelegatableAssignmentsDataTable
Dim ASSN_UID As Guid
Dim returnValue As DelegationDataSet.DelegatableAssignmentsRow

returnValue = instance.FindByASSN_UID(ASSN_UID)
public DelegationDataSet.DelegatableAssignmentsRow FindByASSN_UID(
    Guid ASSN_UID
)

Parameters

  • ASSN_UID
    Type: System.Guid

    Contains the assignment GUID.

Return value

Type: WebSvcStatusing.DelegationDataSet.DelegatableAssignmentsRow

See also

Reference

DelegationDataSet.DelegatableAssignmentsDataTable class

DelegationDataSet.DelegatableAssignmentsDataTable members

WebSvcStatusing namespace