ChannelEndpointElement::Kind Property

.NET Framework (current version)
 

Gets or sets the type of standard endpoint applied. The type must be registered in the <extensions> section or in machine.config. If nothing is specified, a common channel endpoint is created.

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

public:
[ConfigurationPropertyAttribute("kind", DefaultValue = "", Options = ConfigurationPropertyOptions::None)]
[StringValidatorAttribute(MinLength = 0)]
property String^ Kind {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that denotes the type of standard endpoint.

.NET Framework
Available since 4.0
Return to top
Show: