StandardEndpointElement::Properties Property

.NET Framework (current version)
 

Gets the collection of properties of the current endpoint 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 collection of configuration element properties.

.NET Framework
Available since 4.0
Return to top
Show: