Share via


ModalityStateChangePropertyDictionary Class

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.Lync.Model.Internal.UCWBase
      Microsoft.Lync.Model.Internal.UCWLite
        Microsoft.Lync.Model.Internal.ModalityStateChangePropertyDictionary

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

Syntax

'Declaration
Public Class ModalityStateChangePropertyDictionary _
    Inherits UCWLite _
    Implements IDictionary(Of ModalityStateChangeProperty, Object),  _
    ICollection(Of KeyValuePair(Of ModalityStateChangeProperty, Object)), IEnumerable(Of KeyValuePair(Of ModalityStateChangeProperty, Object)),  _
    IEnumerable
'Usage
Dim instance As ModalityStateChangePropertyDictionary
public class ModalityStateChangePropertyDictionary : UCWLite, 
    IDictionary<ModalityStateChangeProperty, Object>, ICollection<KeyValuePair<ModalityStateChangeProperty, Object>>, 
    IEnumerable<KeyValuePair<ModalityStateChangeProperty, Object>>, IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ModalityStateChangePropertyDictionary Members

Microsoft.Lync.Model.Internal Namespace