Class User
Represents internal user
Constructors
User()
Declaration
protected User()
Properties
CreatedDateUTC
The date on which the entity was added
Declaration
public DateTime CreatedDateUTC { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
EmailAddress
User email address
Declaration
public string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExternalId
The External Id of user (Active Directory or some other provider)
Declaration
public string ExternalId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
The Id of entity
Declaration
public long Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |