Gets or sets a property, attribute, or child element of this configuration element.
Protected Friend Property Item ( _ propertyName As String _ ) As Object
Dim propertyName As String Dim value As Object value = Me.Item(propertyName) Me.Item(propertyName) = value
protected internal Object this[ string propertyName ] { get; set; }
protected public: property Object^ Item[String^ propertyName] { Object^ get (String^ propertyName); void set (String^ propertyName, Object^ value); }
JScript does not support indexed properties.
prop is read-only or locked.
Use the Item property to get or set the values of a ConfigurationProperty object.
In C#, this property is the indexer for the ConfigurationSectionCollection class.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98