ContainerMembership.AllowedSubscribers Property
Gets the list of URIs which are members of this container.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AllowedSubscribers As Collection(Of RealTimeAddress)
Get
'Usage
Dim instance As ContainerMembership
Dim value As Collection(Of RealTimeAddress)
value = instance.AllowedSubscribers
public Collection<RealTimeAddress> AllowedSubscribers { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<RealTimeAddress>