PrincipalSearchPrincipalSort Enumeration

 

Client Declaration

Specifies how to sort the results of a search.

 

Constants

Name Value Description
Ascending 1 Ascending sort.
Descending 0 Descending sort.

Applies To

PrincipalSearch.

 

XML Schema

<xsd:simpleType>
   <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Ascending"/>
      <xsd:enumeration value="Descending"/>
   </xsd:restriction>
</xsd:simpleType>