Interface IRosterUser
Roster User built-in type.
Inherited Members
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public interface IRosterUser : IRosterPrincipal, IRosterIdentity, IVerifiableProperties
View SourceDeleted
Gets a value indicating whether the user is deleted.
Declaration
bool Deleted { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
Gets the user's email.
Declaration
string Email { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Office
Gets the user's office location.
Declaration
string Office { get; }Property Value
| Type | Description | 
|---|---|
| string | 
PhoneNumber
Gets the user's work phone number.
Declaration
string PhoneNumber { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Title
Gets the user's job title.
Declaration
string Title { get; }Property Value
| Type | Description | 
|---|---|
| string |