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: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidContains the driver GUID.
PROJECT_IMPACT_CF_UID
Type: System.GuidContains the custom field GUID.
LT_STRUCT_UID
Type: System.GuidContains the lookup table GUID.
Return value
Type: WebSvcProject.ProjectImpactDataSet.ImpactStatementsRow
See also
Reference
ProjectImpactDataSet.ImpactStatementsDataTable class