StatusingAssignmentsDataSet.AssignmentsDataTable.FindByASSN_UID Method
Retrieves an AssignmentsRow 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 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: [Statusing Web service].StatusingAssignmentsDataSet.AssignmentsRow
See Also
Reference
StatusingAssignmentsDataSet.AssignmentsDataTable Class