ContainerMembership Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ContainerMembership shows what URIs, domains and network types that are set for a particular container.
public ref class ContainerMembership
public class ContainerMembership
type ContainerMembership = class
Public Class ContainerMembership
- Inheritance
-
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.
Properties
AllowedSipDomains |
Gets the list of domain names belonging to this container. |
AllowedSourceNetworks |
Gets the SourceNetwork flags that are set on this container. |
AllowedSubscribers |
Gets the list of URIs which are members of this container. |
ContainerId |
Gets the container ID. |
Version |
Gets the version number of this container. |
Methods
GetMembershipLevel(String, SourceNetwork, IEnumerable<ContainerMembership>) |
Retrieves the highest container membership match for a UC entity. |