Share via


SharingResourceList.Add method

Adds a new item to the list.

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

Syntax

'Declaration
Public Sub Add ( _
    resource As SharingResource _
)
'Usage
Dim instance As SharingResourceList
Dim resource As SharingResource

instance.Add(resource)
public void Add(
    SharingResource resource
)

Parameters

Implements

ICollection<T>.Add(T)

See also

Reference

SharingResourceList class

SharingResourceList members

Microsoft.Lync.Model.Conversation.Sharing namespace