AnalysisDataSet.AnalysisPriorityDataRow.MIN_VALUE Property
Gets or sets the minimum value for the custom 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 Property MIN_VALUE As Decimal
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPriorityDataRow
Dim value As Decimal
value = instance.MIN_VALUE
instance.MIN_VALUE = value
public decimal MIN_VALUE { get; set; }
Property Value
Type: System.Decimal
Returns Decimal.
Remarks
Any values lower than this will be increased to this value instead, and the values for projects in the analysis will be evaluated as a percentage of the range formed by MIN_VALUE and MAX_VALUE.
See Also
Reference
AnalysisDataSet.AnalysisPriorityDataRow Class