Share via


AnalysisDataSet.AnalysisRoleRatesRow.STANDARD_RATE property

Gets or sets the standard rate for the specified rate table for the specified role in the analysis.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property STANDARD_RATE As Double
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRoleRatesRow
Dim value As Double

value = instance.STANDARD_RATE

instance.STANDARD_RATE = value
public double STANDARD_RATE { get; set; }

Property value

Type: System.Double
Returns Double.

Remarks

This is derived by calculating the average of the standard rates of all resources in the role assigned to projects in the analysis.

See also

Reference

AnalysisDataSet.AnalysisRoleRatesRow class

AnalysisDataSet.AnalysisRoleRatesRow members

WebSvcPortfolioAnalyses namespace