PrincipalSearchPrincipalSearchAttribute Enumeration

 

Client Declaration

Specifies the group or user attribute to use in a search.

 

Constants

Name Value Description
DisplayName 1 Search using the display name (DisplayName property value) of the group or user.
ShortName 0 Search using the short name (ShortName property value) of the group or user.

Applies To

PrincipalSearch

 

XML Schema

<xsd:simpleType>
   <xsd:restriction base="xsd:string">
      <xsd:enumeration value="ShortName"/>
      <xsd:enumeration value="DisplayName"/>
   </xsd:restriction>
</xsd:simpleType>