ContainerMembership Class
ContainerMembership shows what URIs, domains and network types that are set for a particular container.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.Presence.ContainerMembership
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class ContainerMembership
'Usage
Dim instance As ContainerMembership
public class ContainerMembership
Remarks
This class, which is returned in ContainerNotificationEventArgs, shows the current settings for a container. In particular, it shows the URIs and domains that belong to a container and what SourceNetwork flags (sameEnterprise, publicCloud or federated flags) that are set on the container.
Methods on the class enable an application to search for the membership level of a given URI.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.