Item Property
IIS 7.0
Gets or sets an attribute with the specified name.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
Parameters
- attributeName
- Type: System..::..String
The name of the attribute.
Property Value
Type: System..::..ObjectA ConfigurationAttribute object that has the specified attributeName.
You can also get or set an attribute value by using the GetAttributeValue or SetAttributeValue methods. For best system performance, you should use these methods rather than the Item property.