DelegationDataSet.DelegatableAssignmentsDataTable.FindByASSN_UID Method
Retrieves an DelegatableAssignmentsRow object by using the specified assignment 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_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: [Statusing Web service].DelegationDataSet.DelegatableAssignmentsRow
See Also
Reference
DelegationDataSet.DelegatableAssignmentsDataTable Class