ContactListGroupItem.GroupViewBySetting Property
Gets or sets an enumerated value which identifies the method by which contacts should be grouped.
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 ContactListGroupItem
Dim value As GroupByOption
value = instance.GroupViewBySetting
instance.GroupViewBySetting = value
public GroupByOption GroupViewBySetting { get; set; }
Property Value
Type: Microsoft.Lync.Controls.GroupByOption