EndpointReferenceExpression Constructors
Class Constructors 1 member
Represents a property expression for an endpoint reference.
Constructor(EndpointReference, EndpointProperty) Section titled Constructor(EndpointReference, EndpointProperty) Represents a property expression for an endpoint reference.
public class EndpointReferenceExpression{ public EndpointReferenceExpression( EndpointReference endpointReference, EndpointProperty property) { // ... }}Parameters
endpointReference EndpointReference The endpoint reference. property EndpointProperty The property of the endpoint.