Udostępnij za pośrednictwem


DirectorySearcher.Sort Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą właściwość, na której są sortowane wyniki.

public:
 property System::DirectoryServices::SortOption ^ Sort { System::DirectoryServices::SortOption ^ get(); void set(System::DirectoryServices::SortOption ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))]
public System.DirectoryServices.SortOption Sort { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))]
[System.DirectoryServices.DSDescription("DSSort")]
public System.DirectoryServices.SortOption Sort { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))>]
member this.Sort : System.DirectoryServices.SortOption with get, set
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))>]
[<System.DirectoryServices.DSDescription("DSSort")>]
member this.Sort : System.DirectoryServices.SortOption with get, set
Public Property Sort As SortOption

Wartość właściwości

SortOption Obiekt określający właściwość i kierunek sortowania wyników wyszukiwania.

Atrybuty

Wyjątki

Wartość właściwości to null (Nic w Visual Basic).

Dotyczy

Zobacz też