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