Share via


TestConfigurationSection.Item Property

Include Protected Members
Include Inherited Members

Gets or sets a property, attribute, or child element of this ConfigurationElement object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Protected property

Item[ConfigurationProperty]

Gets or sets a property or attribute of this configuration element. (Inherited from ConfigurationElement.)

Protected property

Item[String]

Gets or sets a property, attribute, or child element of this configuration element. (Inherited from ConfigurationElement.)

Top

Remarks

Use this property to get or set the values of a ConfigurationProperty object.

See Also

Reference

TestConfigurationSection Class

TestConfigurationSection Members

Microsoft.VisualStudio.TestTools.UnitTesting Namespace