SettingCollection class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of configuration settings for the server.

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<Setting>
    System.Collections.ObjectModel.KeyedCollection<String, Setting>
      Microsoft.PerformancePoint.Scorecards.SettingCollection

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(Setting))> _
Public Class SettingCollection _
    Inherits KeyedCollection(Of String, Setting)
'Usage
Dim instance As SettingCollection
[SerializableAttribute]
[KnownTypeAttribute(typeof(Setting))]
public class SettingCollection : KeyedCollection<string, Setting>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SettingCollection members

Microsoft.PerformancePoint.Scorecards namespace