Table of Contents

Class Options

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents a container for configuration or option settings used by the application.

public class Options
Inheritance
Options
Inherited Members
Extension Methods

Properties

Emulate

public bool Emulate { get; set; }

Property Value

bool

Password

public string? Password { get; set; }

Property Value

string

Port

public int? Port { get; set; }

Property Value

int?

Url

public string? Url { get; set; }

Property Value

string