ConfigurationElement.Properties
ConfigurationElement.Properties
ConfigurationElement.Properties
ConfigurationElement.Properties
Property
Definition
Gets the collection of properties.
protected public:
virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected internal virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Friend Overridable ReadOnly Property Properties As ConfigurationPropertyCollection
Property Value
ConfigurationPropertyCollection
ConfigurationPropertyCollection
ConfigurationPropertyCollection
ConfigurationPropertyCollection
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
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...