OptimizerSolutionDataSet.SolutionConstraintsDataTable.FindBySOLUTION_UIDMD_PROP_UID Method
Retrieves a SolutionConstraintsRow object by using the specified solution GUID and custom field GUID.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
Syntax
'Declaration
Public Function FindBySOLUTION_UIDMD_PROP_UID ( _
SOLUTION_UID As Guid, _
MD_PROP_UID As Guid _
) As OptimizerSolutionDataSet.SolutionConstraintsRow
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionConstraintsDataTable
Dim SOLUTION_UID As Guid
Dim MD_PROP_UID As Guid
Dim returnValue As OptimizerSolutionDataSet.SolutionConstraintsRow
returnValue = instance.FindBySOLUTION_UIDMD_PROP_UID(SOLUTION_UID, _
MD_PROP_UID)
public OptimizerSolutionDataSet.SolutionConstraintsRow FindBySOLUTION_UIDMD_PROP_UID(
Guid SOLUTION_UID,
Guid MD_PROP_UID
)
Parameters
- SOLUTION_UID
Type: System.Guid
Contains the solution GUID.
- MD_PROP_UID
Type: System.Guid
Contains the custom field GUID.
Return Value
Type: [PortfolioAnalyses Web service].OptimizerSolutionDataSet.SolutionConstraintsRow
See Also
Reference
OptimizerSolutionDataSet.SolutionConstraintsDataTable Class
OptimizerSolutionDataSet.SolutionConstraintsDataTable Members