Click or drag to resize

IMetadataTryGetValue Method

Gets the metadata with the specified name.

Namespace:  TomsToolbox.Composition
Assembly:  TomsToolbox.Composition (in TomsToolbox.Composition.dll)
Syntax
bool TryGetValue(
	string name,
	out Object?? value
)

Parameters

name
Type: SystemString
The name.
value
Type: SystemObject
The value.

Return Value

Type: Boolean
true if the metadata value exists.
See Also