EndpointReferenceExpression
Handle
interface EndpointReferenceExpression extends IExpressionValue, IManifestExpressionProvider, IValueProvider, IValueWithReferences { readonly endpoint: EndpointReference; readonly property: EndpointProperty; readonly valueExpression: string;}Properties
property
endpoint EndpointReference get Gets the `EndpointReference`.
property
property EndpointProperty get Gets the `EndpointProperty` for the property expression.
property
valueExpression string get Gets the expression of the property of the endpoint.