- Client Declaration
public enum PrincipalSearchPrincipalSearchAttribute
Specifies the group or user attribute to use in a search.
Constants
| Name |
Value |
Description |
DisplayName |
1 |
Search by using the display name (DisplayName property
value) of the group or user. |
ShortName |
0 |
Search by 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>