SharingResourceList class

Encapsulates a collection of shareable resources.

Inheritance hierarchy

System.Object
  ScriptWrapper
    ComObject
      UCWBase
        Microsoft.Lync.Model.Conversation.Sharing.SharingResourceList

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

Syntax

'Declaration
Public Class SharingResourceList _
    Inherits UCWBase _
    Implements IList(Of SharingResource), ICollection(Of SharingResource),  _
    IEnumerable(Of SharingResource), IEnumerable
'Usage
Dim instance As SharingResourceList
public class SharingResourceList : UCWBase, 
    IList<SharingResource>, ICollection<SharingResource>, IEnumerable<SharingResource>, 
    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

SharingResourceList members

Microsoft.Lync.Model.Conversation.Sharing namespace