AnalysisDataSet.AnalysisRoleRatesRow.STANDARD_RATE Property
Gets or sets the standard rate for the specified rate table for the specified role 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 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