AnalysisDataSet.AnalysisRow.FILTER_RESOURCES_RBS_VAL property

Gets or sets the GUID of the RBS value to filter resources for resource planning.

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

Syntax

'Declaration
Public Property FILTER_RESOURCES_RBS_VAL As Guid
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As Guid

value = instance.FILTER_RESOURCES_RBS_VAL

instance.FILTER_RESOURCES_RBS_VAL = value
public Guid FILTER_RESOURCES_RBS_VAL { get; set; }

Property value

Type: System.Guid
Returns Guid.

Remarks

Only resources at or under this RBS value will be used. This should only be set when FILTER_RESOURCES_BY_RBS is set to ‘True’.

See also

Reference

AnalysisDataSet.AnalysisRow class

AnalysisDataSet.AnalysisRow members

WebSvcPortfolioAnalyses namespace