Sets a property associated with this contact.

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

Syntax

C#
public 
IAsyncResult 
BeginChangeSetting(
	

ContactSetting 
contactSettingType,
	
Object 
contactSettingValue,
	
AsyncCallback 
contactCallback,
	
Object 
state
)

Parameters

contactSettingType
Type: Microsoft.Lync.Model . . :: . . ContactSetting
contactSettingValue
Type: System . . :: . . Object
contactCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also