NetTcpContextBindingElement::ContextManagementEnabled Property

.NET Framework (current version)
 

Gets or sets a value that specifies whether context management is enabled.

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

public:
[ConfigurationPropertyAttribute("contextManagementEnabled", DefaultValue = true)]
property bool ContextManagementEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if context management is enabled; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: