Show / Hide Table of Contents

Interface IRosterPrincipal

Roster principal interface.

Inherited Members
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 IRosterPrincipal : IRosterIdentity, IVerifiable

Properties

View Source

DisplayName

Gets or sets the display name.

Declaration
string DisplayName { get; set; }
Property Value
Type Description
System.String
View Source

PrincipalName

Gets the unique Id for the principal.

Declaration
string PrincipalName { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX