ContainerNotificationEventArgs.ContainerList Property
Gets the list of ContainerMemberships received.
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<ContainerMembership>
See Also
Reference
ContainerNotificationEventArgs Class