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