Share via


Conversation.BeginSetProperty Method

Sets a property of this conversation.

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

Syntax

'Declaration
Public Function BeginSetProperty ( _
    propertyType As ConversationProperty, _
    propertyValue As Object, _
    conversationCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Conversation
Dim propertyType As ConversationProperty
Dim propertyValue As Object
Dim conversationCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginSetProperty(propertyType, _
    propertyValue, conversationCallback, _
    state)
public IAsyncResult BeginSetProperty(
    ConversationProperty propertyType,
    Object propertyValue,
    AsyncCallback conversationCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

Remarks

To determine if you can set a particular property, call CanSetProperty() and specify the property to be set using the ConversationProperty enumeration.

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace