Interface IRosterPrincipal
Roster principal interface.
Inherited Members
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IRosterPrincipal : IRosterIdentity, IVerifiable
Properties
View SourceDisplayName
Gets or sets the display name.
Declaration
string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrincipalName
Gets the unique Id for the principal.
Declaration
string PrincipalName { get; }
Property Value
Type | Description |
---|---|
System.String |