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 SourceAdmins
Gets the list of object admins.
Declaration
IList<IRosterPrincipal> Admins { get; }
Property Value
Type | Description |
---|---|
IList<IRosterPrincipal> |
Members
Gets the list of object members.
Declaration
IList<IRosterPrincipal> Members { get; }
Property Value
Type | Description |
---|---|
IList<IRosterPrincipal> |