ContactListGroupItem.GroupRenameCommand Property
A command which, when executed, will rename a custom group on the contact list.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property GroupRenameCommand As ICommand
Get
Private Set
'Usage
Dim instance As ContactListGroupItem
Dim value As ICommand
value = instance.GroupRenameCommand
public ICommand GroupRenameCommand { get; private set; }
Property Value
Type: System.Windows.Input.ICommand