AliasInfoCollection Class

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

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<AliasInfo>
    System.Collections.ObjectModel.KeyedCollection<String, AliasInfo>
      Microsoft.PerformancePoint.Scorecards.AliasInfoCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class AliasInfoCollection _
    Inherits KeyedCollection(Of String, AliasInfo) _
    Implements IEquatable(Of AliasInfoCollection), IDiffable
'Usage
Dim instance As AliasInfoCollection
[SerializableAttribute]
public class AliasInfoCollection : KeyedCollection<string, AliasInfo>, 
    IEquatable<AliasInfoCollection>, IDiffable

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

AliasInfoCollection Members

Microsoft.PerformancePoint.Scorecards Namespace