Table of Contents

Interface ICredentials

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

Generic credentials object.

public interface ICredentials

Properties

Database

Gets or sets the database name.

string? Database { get; set; }

Property Value

string

the database name. string

UserName

Gets or sets the MyGeotab username.

string? UserName { get; set; }

Property Value

string

string