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.
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); }
.NET Framework
Available since 4.0
Available since 4.0
Show: