MetadataBase.TValue
Inherits object
Public Member Functions
bool
TryGetSerialized(out JToken? value)
Tries to get the serialized value of the metadata entry. Returns true if the value was successfully retrieved; otherwise, false.
Properties
string
Key
[get, ]
The key of the metadata entry.
TValue
Value
[get, ]
The value of the metadata entry.
object?
IMetadata.Value
[get, ]
The value of the metadata entry.
Events
Updated
Occurs when the metadata entry is updated.
