Client Declaration
PrincipalSearchPrincipalSort
Specifies how to sort the results of a search.
Name | Value | Description |
---|---|---|
Ascending |
1 | Ascending sort. |
Descending |
0 | Descending sort. |
Applies To
XML Schema
<xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Ascending"/> <xsd:enumeration value="Descending"/> </xsd:restriction> </xsd:simpleType>