SettingCollection Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of configuration settings for the server.
The SettingCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SettingCollection | Initializes a new instance of the SettingCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<String, Setting>.) | |
Count | (Inherited from Collection<Setting>.) | |
Dictionary | (Inherited from KeyedCollection<String, Setting>.) | |
Item[TKey] | (Inherited from KeyedCollection<String, Setting>.) | |
Item[Int32] | (Inherited from Collection<Setting>.) | |
Items | (Inherited from Collection<Setting>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<Setting>.) | |
IList.Contains | (Inherited from Collection<Setting>.) | |
ICollection.CopyTo | (Inherited from Collection<Setting>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<Setting>.) | |
IList.IndexOf | (Inherited from Collection<Setting>.) | |
IList.Insert | (Inherited from Collection<Setting>.) | |
IList.IsFixedSize | (Inherited from Collection<Setting>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<Setting>.) | |
IList.IsReadOnly | (Inherited from Collection<Setting>.) | |
ICollection.IsSynchronized | (Inherited from Collection<Setting>.) | |
IList.Item | (Inherited from Collection<Setting>.) | |
IList.Remove | (Inherited from Collection<Setting>.) | |
ICollection.SyncRoot | (Inherited from Collection<Setting>.) |
Top