FilterTableEntryElement::EndpointName Property

.NET Framework (current version)
 

Gets or sets a value that specifies a reference to a client endpoint that sends messages if the associated message filter matches the message.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

public:
[ConfigurationPropertyAttribute("endpointName", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
property String^ EndpointName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A key to a client endpoint.

.NET Framework
Available since 4.0
Return to top
Show: