Show / Hide Table of Contents

Interface IRosterSecurityGroup

Represents an AAD security group.

Inherited Members
IRosterPrincipal.DisplayName
IRosterPrincipal.PrincipalName
IRosterIdentity.Container
IRosterIdentity.Id
IRosterIdentity.Name
IRosterIdentity.Scope
IVerifiable.IsValid()
IVerifiable.IsEmpty()
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IRosterSecurityGroup : IRosterPrincipal, IRosterIdentity, IVerifiable

Properties

View Source

Deleted

Gets or sets a value indicating whether the group is deleted.

Declaration
bool Deleted { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX