Gets or sets a property or attribute of this configuration element.
Protected Friend Property Item ( _ prop As ConfigurationProperty _ ) As Object
Dim prop As ConfigurationProperty Dim value As Object value = Me.Item(prop) Me.Item(prop) = value
protected internal Object this[ ConfigurationProperty prop ] { get; set; }
protected public: property Object^ Item[ConfigurationProperty^ prop] { Object^ get (ConfigurationProperty^ prop); void set (ConfigurationProperty^ prop, Object^ value); }
JScript does not support indexed properties.
prop is nullNothingnullptra null reference (Nothing in Visual Basic) or does not exist within the element.
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