Get(string, IMetadata) Method
Lazily loads a metadata value and caches the value.

Syntax

public override object Get(string key, IMetadata metadata)

Parameters

Name Type Description
key string The metadata key being requested.
metadata IMetadata The metadata object requesting the value.

Return Value

Type Description
object The object to use as the value.