Click or drag to resize

MetadataAdapterGetValue Method

Gets the metadata with the specified name.

Namespace:  TomsToolbox.Composition
Assembly:  TomsToolbox.Composition (in TomsToolbox.Composition.dll)
Syntax
public Object? GetValue(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Object
The metadata value.

Implements

IMetadataGetValue(String)
See Also