ISortableCollection Interface
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an interface for collections that can be sorted.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Interface ISortableCollection _
Inherits IList, ICollection, IEnumerable
'Usage
Dim instance As ISortableCollection
public interface ISortableCollection : IList,
ICollection, IEnumerable