Renames the custom group.

Namespace:  Microsoft.Lync.Model.Group
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
IAsyncResult 
BeginRename(
	
string 
newName,
	
AsyncCallback 
groupCallback,
	
Object 
state
)

Parameters

newName
Type: System . . :: . . String
groupCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also