PostgresServerResource.UserNameReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".