AnalysisDataSet.AnalysisRow.FILTER_RESOURCES_BY_RBS property

Gets or sets a Boolean value that specifies whether or not to filter the resources used for resource planning according to a specific RBS value.

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

Syntax

'Declaration
Public Property FILTER_RESOURCES_BY_RBS As Boolean
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As Boolean

value = instance.FILTER_RESOURCES_BY_RBS

instance.FILTER_RESOURCES_BY_RBS = value
public bool FILTER_RESOURCES_BY_RBS { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

AnalysisDataSet.AnalysisRow class

AnalysisDataSet.AnalysisRow members

WebSvcPortfolioAnalyses namespace