Skip to content
Docs Try Aspire

EndpointReferenceExpression Properties

Class Properties 3 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; }
ValueExpression Section titled ValueExpression string
Gets the expression of the property of the endpoint.
public string ValueExpression { get; }