GridViewDataInputs.GetPropertyBags Method
Creates the dictionary of property bags that are used by the GenerateView methods, based on the fields of this class.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetPropertyBags As DictionaryWrapper(Of String, PropertyBag)
'Usage
Dim instance As GridViewDataInputs
Dim returnValue As DictionaryWrapper(Of String, PropertyBag)
returnValue = instance.GetPropertyBags()
public DictionaryWrapper<string, PropertyBag> GetPropertyBags()
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, PropertyBag>
The dictionary of property bags that are used by the GenerateView methods.
Remarks
The GenerateView methods are GenerateView and GenerateViewDirect.