Skip to content
Docs Try Aspire

IResourceWithConnectionString.withConnectionPropertyValue

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface IResourceWithConnectionString {
// ... omitted for brevity
withConnectionPropertyValue(
name: string,
value: string): IResourceWithConnectionString;
}

Signature

method withConnectionPropertyValue builder
Adds a connection property with a string value
withConnectionPropertyValue(
name: string,
value: string): IResourceWithConnectionString
name string
value string
IResourceWithConnectionString

Defined on

This method is defined on the following type: