Modifier

StandardEndpointsSection.MexEndpoint Property

Definition

Returns a collection element that contains metadata exchange endpoints.

public:
 property System::ServiceModel::Configuration::ServiceMetadataEndpointCollectionElement ^ MexEndpoint { System::ServiceModel::Configuration::ServiceMetadataEndpointCollectionElement ^ get(); };
[System.Configuration.ConfigurationProperty("mexEndpoint", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.ServiceMetadataEndpointCollectionElement MexEndpoint { get; }
[<System.Configuration.ConfigurationProperty("mexEndpoint", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.MexEndpoint : System.ServiceModel.Configuration.ServiceMetadataEndpointCollectionElement
Public ReadOnly Property MexEndpoint As ServiceMetadataEndpointCollectionElement

Property Value

A metadata exchange collection element.

Attributes

Applies to