AnalysisDataSet.AnalysisRow.FILTER_RESOURCES_RBS_NAME Property

Gets the name of the RBS value to filter resources for resource planning. Read-only.

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 FILTER_RESOURCES_RBS_NAME As String
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As String

value = instance.FILTER_RESOURCES_RBS_NAME

instance.FILTER_RESOURCES_RBS_NAME = value
public string FILTER_RESOURCES_RBS_NAME { get; set; }

Property Value

Type: System.String
Returns String.

Remarks

Only resources at or under this RBS value will be used.

See Also

Reference

AnalysisDataSet.AnalysisRow Class

AnalysisDataSet.AnalysisRow Members

PortfolioAnalyses Web Service