SharingResourceList class
Encapsulates a collection of shareable resources.
Inheritance hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWLite
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 UCWLite _
Implements IList(Of SharingResource), ICollection(Of SharingResource), _
IEnumerable(Of SharingResource), IEnumerable
'Usage
Dim instance As SharingResourceList
public class SharingResourceList : UCWLite,
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.