Table of Contents

Class UserValidationKeyInfo

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Information on a user's validation key.

public sealed class UserValidationKeyInfo
Inheritance
UserValidationKeyInfo
Inherited Members

Constructors

UserValidationKeyInfo()

public UserValidationKeyInfo()

Properties

ActivationDate

Gets or sets the validation key's activation date

public DateTime? ActivationDate { get; set; }

Property Value

DateTime?

DateTime

ExpiryDate

Gets or sets the validation key's expiry date

public DateTime? ExpiryDate { get; set; }

Property Value

DateTime?

DateTime

User

Gets or sets the user.

public User? User { get; set; }

Property Value

User

User