Method Get
Get(string)
Retrieves the metadata entry with the specified key.
public Metadata Get(string key)
Parameters
keystringThe key of the metadata entry to retrieve.
Returns
Exceptions
- KeyNotFoundException
A metadata entry with the specified
keywas not found in the collection.
- See Also