IndexingParametersConfiguration.Item[String] Property

Definition

Gets or sets the element with the specified key.

public object this[string key] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(key As String) As Object

Parameters

key
String

The key of the element to get or set.

Property Value

The element with the specified key.

Implements

Exceptions

key is null.

The property is retrieved and key is not found.

The property is set and the IDictionary<TKey,TValue> is read-only.

Applies to