NetTcpContextBindingElement::Properties Property

 

Gets a ConfigurationPropertyCollection instance that contains a collection of ConfigurationProperty objects that can be attributes or ConfigurationElement objects of this configuration element.

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

protected:
property ConfigurationPropertyCollection^ Properties {
	virtual ConfigurationPropertyCollection^ get() override;
}

Property Value

Type: System.Configuration::ConfigurationPropertyCollection^

A ConfigurationPropertyCollection instance that contains a collection of ConfigurationProperty objects that can be attributes or ConfigurationElement objects of this configuration element.

The ContextProtectionLevel property is also contained in this property collection.

.NET Framework
Available since 3.5
Return to top
Show: