Share via


ContactList.SortBySetting Property

Gets or sets an enumerated value which determines the sort order of contacts within the group nodes on the contact list.

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

Syntax

'Declaration
Public Property SortBySetting As SortByOption
    Get
    Set
'Usage
Dim instance As ContactList
Dim value As SortByOption

value = instance.SortBySetting

instance.SortBySetting = value
public SortByOption SortBySetting { get; set; }

Property Value

Type: Microsoft.Lync.Controls.SortByOption

See Also

Reference

ContactList Class

ContactList Members

Microsoft.Lync.Controls Namespace