MmcListView.Sorter Property

 

Gets or sets an object that implements the IResultNodeComparer interface. This object is null by default and should only be set if UseCustomSorting is specified in the options that are provided to the MmcListViewDescription class.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public IResultNodeComparer Sorter { get; set; }
public:
property IResultNodeComparer^ Sorter {
    IResultNodeComparer^ get();
    void set(IResultNodeComparer^ value);
}
member Sorter : IResultNodeComparer with get, set
Public Property Sorter As IResultNodeComparer

Property Value

Type: Microsoft.ManagementConsole.IResultNodeComparer

The sorter object

See Also

MmcListView Class
Microsoft.ManagementConsole Namespace

Return to top