Interface IRosterPrincipal
Roster principal interface.
Inherited Members
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
[JsonConverter(typeof(IRosterPrincipalJsonConverter))]
public interface IRosterPrincipal : IRosterIdentity, IVerifiableProperties
View SourceDisplayName
Gets or sets the display name.
Declaration
string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
PrincipalName
Gets the unique Id for the principal.
Declaration
string PrincipalName { get; }Property Value
| Type | Description | 
|---|---|
| string |