Share via


ContainerList Property

List of ContainerMembership objects received in Notification.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property ContainerList As Collection(Of ContainerMembership)
    Get
'Usage
Dim instance As ContainerNotificationEventArgs
Dim value As Collection(Of ContainerMembership)

value = instance.ContainerList
public Collection<ContainerMembership> ContainerList { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'ContainerMembership>)>)>

See Also

Reference

ContainerNotificationEventArgs Class

ContainerNotificationEventArgs Members

Microsoft.Rtc.Collaboration.Presence Namespace