Method GetDynamicProperty
GetDynamicProperty<T>(string)
Retrieves a dynamic property by key.
public T? GetDynamicProperty<T>(string key)
Parameters
key
stringThe key of the property.
Returns
- T
The value of the property, or default if not found.
Type Parameters
T
The type of the property.