ServiceEndpointElement::BehaviorConfiguration Property

 

Gets or sets a string that contains the name of the behavior to be used for the endpoint.

Namespace:   System.ServiceModel.Configuration
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 name of the behavior to be used for the endpoint.

.NET Framework
Available since 3.0
Return to top
Show: