Gets a collection of strings which represent the set of contacts that are currently selected in the ContactList.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)

Syntax

C#
public 
IEnumerable<
string> 
SelectedContactUris { 
get; }

See Also