Show / Hide Table of Contents

Interface IRosterUser

Roster User built-in type.

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

Properties

View Source

Deleted

Gets a value indicating whether the user is deleted.

Declaration
bool Deleted { get; }
Property Value
Type Description
System.Boolean
View Source

Email

Gets the user's email.

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

Office

Gets the user's office location.

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

PhoneNumber

Gets the user's work phone number.

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

Title

Gets the user's job title.

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