ContactList.SelectedContactUris property
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
'Declaration
Public ReadOnly Property SelectedContactUris As IEnumerable(Of String)
Get
'Usage
Dim instance As ContactList
Dim value As IEnumerable(Of String)
value = instance.SelectedContactUris
public IEnumerable<string> SelectedContactUris { get; }
Property value
Type: System.Collections.Generic.IEnumerable<String>