Edit

Share via


UserConfigurationDictionary.Item[Object] Property

Definition

Gets or sets the entry with the specified key.

public:
 property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
public object this[object key] { get; set; }
Default Public Property Item(key As Object) As Object

Parameters

key
Object

The entry key.

Property Value

The entry with the specified key.

Applies to