Share via


PostgresServerResource.UserNameReference Property

Definition

Gets a reference to the user name for the PostgreSQL server.

public Aspire.Hosting.ApplicationModel.ReferenceExpression UserNameReference { get; }
member this.UserNameReference : Aspire.Hosting.ApplicationModel.ReferenceExpression
Public ReadOnly Property UserNameReference As ReferenceExpression

Property Value

Remarks

Returns the user name parameter if specified, otherwise returns the default user name "postgres".

Applies to