Client Declaration
PrincipalSearchPrincipalSearchAttribute
Specifies the group or user attribute to use in a search.
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
<xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ShortName"/> <xsd:enumeration value="DisplayName"/> </xsd:restriction> </xsd:simpleType>