Skip to content
Docs Try Aspire

ConnectionStringReference Properties

Class Properties 2 members
Represents a reference to a connection string.
A flag indicating whether the connection string is optional.
public bool Optional { get; }
The resource that the connection string is referencing.
public IResourceWithConnectionString Resource { get; }