Show / Hide Table of Contents

Interface ISecurableObject

Describes security objects that have admins and members.

Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface ISecurableObject

Properties

View Source

Admins

Gets the list of object admins.

Declaration
IList<IRosterPrincipal> Admins { get; }
Property Value
Type Description
IList<IRosterPrincipal>
View Source

Members

Gets the list of object members.

Declaration
IList<IRosterPrincipal> Members { get; }
Property Value
Type Description
IList<IRosterPrincipal>
  • View Source
In This Article
Back to top Generated by DocFX