EndpointDiscoveryElement.ContractTypeNames Property

Definition

Gets the contract type names associated with the endpoint.

public:
 property System::ServiceModel::Discovery::Configuration::ContractTypeNameElementCollection ^ ContractTypeNames { System::ServiceModel::Discovery::Configuration::ContractTypeNameElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("types")]
public System.ServiceModel.Discovery.Configuration.ContractTypeNameElementCollection ContractTypeNames { get; }
[<System.Configuration.ConfigurationProperty("types")>]
member this.ContractTypeNames : System.ServiceModel.Discovery.Configuration.ContractTypeNameElementCollection
Public ReadOnly Property ContractTypeNames As ContractTypeNameElementCollection

Property Value

The contract type names associated with the endpoint.

Attributes

Applies to