Method Get
Get(string)
Retrieves the metadata entry with the specified key.
public Metadata Get(string key)
Parameters
key
stringThe key of the metadata entry to retrieve.
Returns
Exceptions
- KeyNotFoundException
Thrown if a metadata entry with the specified key is not found in the collection.