Participant.BeginSetProperty Method
Sets a property associated with this participant.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginSetProperty ( _
propertyType As ParticipantProperty, _
propertyValue As Object, _
participantCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Participant
Dim propertyType As ParticipantProperty
Dim propertyValue As Object
Dim participantCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginSetProperty(propertyType, _
propertyValue, participantCallback, _
state)
public IAsyncResult BeginSetProperty(
ParticipantProperty propertyType,
Object propertyValue,
AsyncCallback participantCallback,
Object state
)
Parameters
- propertyType
Type: Microsoft.Lync.Model.Conversation.ParticipantProperty
- propertyValue
Type: System.Object
- participantCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult