AnalysisDataSet.AnalysisRow.FILTER_RESOURCES_RBS_NAME property
Gets the name of the RBS value to filter resources for resource planning. Read-only.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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