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
ExpiryDate
Gets or sets the validation key's expiry date
public DateTime? ExpiryDate { get; set; }
Property Value
User
Gets or sets the user.
public User? User { get; set; }