Share via


OptimizerSolutionDataSet.SolutionConstraintsDataTable.SOLUTION_UIDColumn Property

Defines the column for the SOLUTION_UID field.

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 ReadOnly Property SOLUTION_UIDColumn As DataColumn
    Get
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionConstraintsDataTable
Dim value As DataColumn

value = instance.SOLUTION_UIDColumn
public DataColumn SOLUTION_UIDColumn { get; }

Property Value

Type: System.Data.DataColumn

See Also

Reference

OptimizerSolutionDataSet.SolutionConstraintsDataTable Class

OptimizerSolutionDataSet.SolutionConstraintsDataTable Members

PortfolioAnalyses Web Service