AnalysisDataSet.AnalysisPriorityDataRow.MIN_VALUE property
Gets or sets the minimum value for the custom field.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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