Sets a property associated with this modality.

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

Syntax

C#
public 
IAsyncResult 
BeginSetProperty(
	

ModalityProperty 
propertyType,
	
Object 
propertyValue,
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

See Also