Sets a property of this conversation.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public IAsyncResult BeginSetProperty( ConversationProperty propertyType, Object propertyValue, AsyncCallback conversationCallback, Object state ) |
Parameters
- propertyType
- Type:
Microsoft.Lync.Model.Conversation
.
.
::
.
.
ConversationProperty
- propertyValue
- Type:
System
.
.
::
.
.
Object
- conversationCallback
- Type:
System
.
.
::
.
.
AsyncCallback
- state
- Type:
System
.
.
::
.
.
Object
Remarks
To determine if you can set a particular property, call
CanSetProperty() and specify the property to be set using the
ConversationProperty enumeration.