AnalysisDataSet.AnalysisPriorityDataRow.WEIGHT property
Gets or sets the weight assigned to the custom field when prioritizing projects in the analysis.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WEIGHT As Double
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPriorityDataRow
Dim value As Double
value = instance.WEIGHT
instance.WEIGHT = value
public double WEIGHT { get; set; }
Property value
Type: System.Double
Returns Double.
Remarks
Note
This value must be between 0 and 100, and must add up to 100 across all custom fields used for prioritization in the analysis.
See also
Reference
AnalysisDataSet.AnalysisPriorityDataRow class