This documentation is archived and is not being maintained.
SessionStateSection::Item Property
Visual Studio 2008
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.
| Name | Description | |
|---|---|---|
|
Item[ConfigurationProperty] | Gets or sets a property or attribute of this configuration element. (Inherited from ConfigurationElement.) |
|
Item[String] | Gets or sets a property, attribute, or child element of this configuration element. (Inherited from ConfigurationElement.) |
Use this property to get or set the values of a ConfigurationProperty object.
Show: