PrincipalSearchPrincipalSearchType Enumeration

 

Client Declaration

Specifies the type of operation to use in a search.

 

Constants

Name Value Description
Contains 3 CONTAINS operator
Custom 0 CUSTOM operator
Exact 4 EXACT operator
PrefixMatch 1 Match only the prefix
SuffixMatch 2 Match only the suffix

Applies To

PrincipalSearch.

 

XML Schema

<xsd:simpleType>
   <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Custom"/>
      <xsd:enumeration value="PrefixMatch"/>
      <xsd:enumeration value="SuffixMatch"/>
      <xsd:enumeration value="Contains"/>
      <xsd:enumeration value="Exact"/>
   </xsd:restriction>
</xsd:simpleType>