Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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