Share via


Conversation.EndSetProperty Method

Blocks calling thread until BeginSetProperty completes. Returns the changed ConversationProperty.

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