ContainerMembership shows what URIs, domains and network types that are set for a particular container.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
ContainerMembership
C#
public 
class 
ContainerMembership
Visual C++
public 
ref class 
ContainerMembership
JavaScript

Microsoft.Rtc.Collaboration.Presence.ContainerMembership = 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.Presence.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 SourceNetworkflags (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.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . ContainerMembership

See Also