Skip to content
DocsTry Aspire
DocsTry

EndpointReferenceExpression Properties

ClassProperties3 members
Represents a property expression for an endpoint reference.
Gets the EndpointReference.
public EndpointReference Endpoint { get; }
Gets the EndpointProperty for the property expression.
public EndpointProperty Property { get; }
ValueExpressionSection titled ValueExpressionstring
Gets the expression of the property of the endpoint.
public string ValueExpression { get; }