Share via


Modality.EndSetProperty Method

Blocks the calling thread until BeginSetProperty completes.

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

Syntax

'Declaration
Public Function EndSetProperty ( _
    asyncResult As IAsyncResult _
) As ModalityProperty
'Usage
Dim instance As Modality
Dim asyncResult As IAsyncResult
Dim returnValue As ModalityProperty

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

Parameters

Return Value

Type: Microsoft.Lync.Model.Conversation.ModalityProperty

See Also

Reference

Modality Class

Modality Members

Microsoft.Lync.Model.Conversation Namespace