PlannerSolutionDataSet.SolutionsDataTable.OPT_ENF_PROJ_DEPColumn Property
Defines the column for the OPT_ENF_PROJ_DEP 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_ENF_PROJ_DEPColumn As DataColumn
Get
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim value As DataColumn
value = instance.OPT_ENF_PROJ_DEPColumn
public DataColumn OPT_ENF_PROJ_DEPColumn { get; }
Property Value
Type: System.Data.DataColumn
Returns DataColumn.
See Also
Reference
PlannerSolutionDataSet.SolutionsDataTable Class