ContactListGroupItem.ShowContactCount Property
Gets or sets a boolean value which indicates whether or not the count of contacts contained in each group is displayed.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property ShowContactCount As Boolean
Get
Set
'Usage
Dim instance As ContactListGroupItem
Dim value As Boolean
value = instance.ShowContactCount
instance.ShowContactCount = value
public bool ShowContactCount { get; set; }
Property Value
Type: System.Boolean