Property this
this[string]
Gets or sets the metadata value for the specified key.
public string this[string key] { get; set; }
Parameters
key
stringThe key of the metadata entry.
Property Value
- string
The metadata value.
Exceptions
- KeyNotFoundException
Thrown if the key does not exist in the collection on get.