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, IVerifiable
Properties
View SourceDeleted
Gets a value indicating whether the user is deleted.
Declaration
bool Deleted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Gets the user's email.
Declaration
string Email { get; }
Property Value
Type | Description |
---|---|
System.String |
Office
Gets the user's office location.
Declaration
string Office { get; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Gets the user's work phone number.
Declaration
string PhoneNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
Title
Gets the user's job title.
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
System.String |