Class LoginResult
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class LoginResult
- Inheritance
-
LoginResult
- Inherited Members
Constructors
LoginResult()
public LoginResult()
Properties
Credentials
Gets or sets the Credentials to be used when making calls to MyGeotab.
public Credentials? Credentials { get; set; }
Property Value
Path
Gets or sets the path of server hosting the database. "ThisServer" if successfully logged in to this server, or "servername". The caller must handle prepending the protocol.
public string? Path { get; set; }
Property Value
Methods
ToString()
Returns a string that represents this instance.
public override string ToString()