ChannelEndpointElement::BehaviorConfiguration Property
.NET Framework (current version)
Gets or sets the behavior name of the behavior to be used to instantiate the endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("behaviorConfiguration", DefaultValue = "")] [StringValidatorAttribute(MinLength = 0)] property String^ BehaviorConfiguration { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The behavior name of the behavior to be used to instantiate the endpoint. The behavior name must be in scope at the point the service is defined. The default is an empty string.
.NET Framework
Available since 3.0
Available since 3.0
Show: