AnalysisDataSet.AnalysisPriorityDataRow.MAX_VALUE property
Gets or sets the maximum value for the custom field.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MAX_VALUE As Decimal
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPriorityDataRow
Dim value As Decimal
value = instance.MAX_VALUE
instance.MAX_VALUE = value
public decimal MAX_VALUE { get; set; }
Property value
Type: System.Decimal
Returns Decimal.
Remarks
Note
Any values larger than this will be decreased 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