Click or drag to resize

IMetadataGetValue Method

Gets the metadata with the specified name.

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

Parameters

name
Type: SystemString
The name.

Return Value

Type: Object
The metadata value.
See Also