ApplicationSharingViewPropertyDictionary class

ApplicationSharingViewPropertyDictionary Class

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWLite
        Microsoft.Lync.Model.Conversation.Sharing.ApplicationSharingViewPropertyDictionary

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Class ApplicationSharingViewPropertyDictionary _
    Inherits UCWLite _
    Implements IDictionary(Of ApplicationSharingViewProperty, Object),  _
    ICollection(Of KeyValuePair(Of ApplicationSharingViewProperty, Object)), IEnumerable(Of KeyValuePair(Of ApplicationSharingViewProperty, Object)),  _
    IEnumerable
'Usage
Dim instance As ApplicationSharingViewPropertyDictionary
public class ApplicationSharingViewPropertyDictionary : UCWLite, 
    IDictionary<ApplicationSharingViewProperty, Object>, ICollection<KeyValuePair<ApplicationSharingViewProperty, Object>>, 
    IEnumerable<KeyValuePair<ApplicationSharingViewProperty, 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

ApplicationSharingViewPropertyDictionary members

Microsoft.Lync.Model.Conversation.Sharing namespace