AnalysisDataSet.AnalysisPriorityDataRow.WEIGHT Property
Gets or sets the weight assigned to the custom field when prioritizing projects in the analysis.
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 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