ConfigurationElement.Properties Property

Definition

Gets the collection of properties.

protected:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected public:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
protected internal virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overridable ReadOnly Property Properties As ConfigurationPropertyCollection
Protected Friend Overridable ReadOnly Property Properties As ConfigurationPropertyCollection

Property Value

The ConfigurationPropertyCollection of properties for the element.

Examples

For an example that shows how to use the Properties property, refer to the ConfigurationProperty class.

Remarks

The Properties property, also called the property bag, contains all the properties (attributes) that apply to the element.

Applies to

See also