ContactList.GroupViewBySetting property
Gets or sets an enumerated value which determines the manner in which contacts are grouped on the contact list.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property GroupViewBySetting As GroupByOption
Get
Set
'Usage
Dim instance As ContactList
Dim value As GroupByOption
value = instance.GroupViewBySetting
instance.GroupViewBySetting = value
public GroupByOption GroupViewBySetting { get; set; }
Property value
Type: Microsoft.Lync.Controls.GroupByOption