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