Sdílet prostřednictvím


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>

See Also

Reference

ContactList Class

ContactList Members

Microsoft.Lync.Controls Namespace