OptimizerSolutionDataSet.SolutionDataTable.OPT_USE_DEPENDENCIESColumn Property
The column for the OPT_USE_DEPENDENCIES 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 OPT_USE_DEPENDENCIESColumn As DataColumn
Get
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionDataTable
Dim value As DataColumn
value = instance.OPT_USE_DEPENDENCIESColumn
public DataColumn OPT_USE_DEPENDENCIESColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
OptimizerSolutionDataSet.SolutionDataTable Class