Click or drag to resize

MetadataAdapterTryGetValue Method

Gets the metadata with the specified name.

Namespace:  TomsToolbox.Composition
Assembly:  TomsToolbox.Composition (in TomsToolbox.Composition.dll)
Syntax
public 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.

Implements

IMetadataTryGetValue(String, Object)
See Also