Class Result
- Namespace
- Geotab.Checkmate.ObjectModel.Lock
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class Result
- Inheritance
-
Result
- Inherited Members
Constructors
Result()
public Result()
Properties
DateTime
Gets or sets ServiceLock time value.
public DateTime? DateTime { get; set; }
Property Value
- DateTime?
The date time.
Error
Gets or sets the error value.
public Error? Error { get; set; }
Property Value
- Error?
The error.