DriverDataSet.DriverImpactStatementsDataTable.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID Method
Retrieves the DriverImpactStatementsRow object by using the specified driver GUID, the custom field GUID, and the look up table GUID.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
Syntax
'Declaration
Public Function FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID ( _
DRIVER_UID As Guid, _
PROJECT_IMPACT_CF_UID As Guid, _
LT_STRUCT_UID As Guid _
) As DriverDataSet.DriverImpactStatementsRow
'Usage
Dim instance As DriverDataSet.DriverImpactStatementsDataTable
Dim DRIVER_UID As Guid
Dim PROJECT_IMPACT_CF_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim returnValue As DriverDataSet.DriverImpactStatementsRow
returnValue = instance.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(DRIVER_UID, _
PROJECT_IMPACT_CF_UID, LT_STRUCT_UID)
public DriverDataSet.DriverImpactStatementsRow FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(
Guid DRIVER_UID,
Guid PROJECT_IMPACT_CF_UID,
Guid LT_STRUCT_UID
)
Parameters
- DRIVER_UID
Type: System.Guid
The unique identifier for the driver and its associated impact statement.
- PROJECT_IMPACT_CF_UID
Type: System.Guid
The unique identifier for the custom field.
- LT_STRUCT_UID
Type: System.Guid
The unique identifier of the lookup table that is associated with the specified driver impact statement.
Return Value
Type: [Driver Web service].DriverDataSet.DriverImpactStatementsRow
See Also
Reference
DriverDataSet.DriverImpactStatementsDataTable Class