Table of Contents

Class ConnectionStringOptions

Namespace
Steeltoe.Connectors
Assembly
Steeltoe.Connectors.dll

Provides configuration settings to connect to a data source.

public abstract class ConnectionStringOptions
Inheritance
ConnectionStringOptions
Derived
Inherited Members

Properties

ConnectionString

Gets or sets the connection string for this data source.

public string? ConnectionString { get; set; }

Property Value

string