TrendAnalysisConfig.ColumnLevelNames Property (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlElementAttribute> _
Public Property ColumnLevelNames As DictionaryWrapper(Of Guid, List(Of String))
'Usage
Dim instance As TrendAnalysisConfig
Dim value As DictionaryWrapper(Of Guid, List(Of String))

value = instance.ColumnLevelNames

instance.ColumnLevelNames = value
[XmlElementAttribute] 
public DictionaryWrapper<Guid,List<string>> ColumnLevelNames { get; set; }

See Also

Reference

TrendAnalysisConfig Class
TrendAnalysisConfig Members
Microsoft.PerformancePoint.Scorecards Namespace