Use the
Members
Notable ContactSearch control public properties relating to unified communications appear in the following table. For a full list, see topics in the Lync 2010 API Class Library documentation.
Property |
Description |
---|---|
|
Gets or sets the currently selected search type. The type is a SearchType enumeration. Possible values:
|
|
Gets or sets a data structure which contains information used to customize the information that accompanies messages. For more information on the use of contextual information, see the topics listed at Contextual Conversations. |
|
The maximum number of results to return. |
Code Examples
The following example can be used for Microsoft Silverlight and Microsoft Windows Presentation Foundation (WPF) application development.
Copy Code | |
---|---|
<StackPanel> <controls:ContactSearch/> </StackPanel> |