Conversation.EndSetProperty method

Sets a property associated with this conversation. This is an asynchronous operation, hence the conversationCallback, if specified, will be called back.

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

Syntax

'Declaration
Public Function EndSetProperty ( _
    asyncResult As IAsyncResult _
) As ConversationProperty
'Usage
Dim instance As Conversation
Dim asyncResult As IAsyncResult
Dim returnValue As ConversationProperty

returnValue = instance.EndSetProperty(asyncResult)
public ConversationProperty EndSetProperty(
    IAsyncResult asyncResult
)

Parameters

Return value

Type: Microsoft.Lync.Model.Conversation.ConversationProperty

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace