ProjectImpactDataSet.ImpactStatementsDataTable.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID Method
Gets the ImpactStatementsRow object that is specified by the driver, the project impact custom field, and the lookup table value.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.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 ProjectImpactDataSet.ImpactStatementsRow
'Usage
Dim instance As ProjectImpactDataSet.ImpactStatementsDataTable
Dim DRIVER_UID As Guid
Dim PROJECT_IMPACT_CF_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim returnValue As ProjectImpactDataSet.ImpactStatementsRow
returnValue = instance.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(DRIVER_UID, _
PROJECT_IMPACT_CF_UID, LT_STRUCT_UID)
public ProjectImpactDataSet.ImpactStatementsRow 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
Contains the driver GUID.
- PROJECT_IMPACT_CF_UID
Type: System.Guid
Contains the custom field GUID.
- LT_STRUCT_UID
Type: System.Guid
Contains the lookup table GUID.
Return Value
Type: [Project Web service].ProjectImpactDataSet.ImpactStatementsRow
See Also
Reference
ProjectImpactDataSet.ImpactStatementsDataTable Class