Partager via


ListGrouping<TBusinessObject>.Comparer Property

 

Gets or sets a delegate method that is used to determine the order in which the ListGroup<TBusinessObject> objects appear within the list pane of the Dashboard.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public Comparison<ListGroup<TBusinessObject>> Comparer { get; set; }
public:
property Comparison<ListGroup<TBusinessObject>^>^ Comparer {
    Comparison<ListGroup<TBusinessObject>^>^ get();
    void set(Comparison<ListGroup<TBusinessObject>^>^ value);
}
Public Property Comparer As Comparison(Of ListGroup(Of TBusinessObject))

Property Value

Type: System.Comparison<ListGroup<TBusinessObject>>

An instance of a Comparison delegate method.

Remarks

TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.

See Also

ListGrouping<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top