Property this
this[string]
Gets the value that has the specified key in Properties.
object this[string key] { get; }
Parameters
key
stringThe key.
Property Value
- object
The value specified by the given key in Properties.
Gets the value that has the specified key in Properties.
object this[string key] { get; }
key
stringThe key.
The value specified by the given key in Properties.