ConfiguredViewCollection Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of ConfiguredView objects.

Inheritance Hierarchy

System.Object
  System.Collections.CollectionBase
    Microsoft.PerformancePoint.Scorecards.ConfiguredViewCollection

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

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(ConfiguredView))> _
Public Class ConfiguredViewCollection _
    Inherits CollectionBase _
    Implements ICloneable
'Usage
Dim instance As ConfiguredViewCollection
[SerializableAttribute]
[KnownTypeAttribute(typeof(ConfiguredView))]
public class ConfiguredViewCollection : CollectionBase, 
    ICloneable

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

ConfiguredViewCollection Members

Microsoft.PerformancePoint.Scorecards Namespace