ConfigPropertyCollection.Item Property

Include Protected Members
Include Inherited Members

Gets a ConfigProperty object in the ConfigPropertyCollection collection by name or by index number.

Overload List

  Name Description
Public property Item[Int32] Gets a ConfigProperty object in the ConfigPropertyCollection collection by index number.
Public property Item[String] Gets a ConfigProperty object in the ConfigPropertyCollection collection by name.

Top