Expand Minimize
This topic has not yet been rated - Rate this topic

ServiceToEndpointAssociation

Maps a service to an endpoint.

Syntax

class ServiceToEndpointAssociation
{
  Service ref;
  Endpoint ref;
};

Methods

The ServiceToEndpointAssociation class does not define any methods.

Properties

The ServiceToEndpointAssociation class has the following properties:

ref

Data type: Service

Access type: Read-only
Qualifiers: Key

The service associated with the endpoint.

ref

Data type: Endpoint

Access type: Read-only
Qualifiers: Key

The endpoint associated with the service.

Requirements

 

MOF Declared in Servicemodel.mof.

Namespace

Defined in root\ServiceModel




Build Date:

2012-08-02
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.