ServiceEndpointElement::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 service endpoint is created.

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

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

Property Value

Type: System::String^

The type of standard endpoint applied.

.NET Framework
Available since 4.0
Return to top
Show: