IMetadata
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.
object?
Value
[get, ]
The value of the metadata entry.
Events
Updated
Occurs when the metadata entry is updated.
