ModalityPropertyChangedEventArgs.Property Property
Gets the modality property type whose value has changed.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Property As ModalityProperty
Get
'Usage
Dim instance As ModalityPropertyChangedEventArgs
Dim value As ModalityProperty
value = instance.Property
public ModalityProperty Property { get; }
Property Value
Type: Microsoft.Lync.Model.Conversation.ModalityProperty
See Also
Reference
ModalityPropertyChangedEventArgs Class