These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface IHasMetadata
Anything with this interface has a property Metadata
which can give us more
information about that object.
[PublicApi]
public interface IHasMetadata
Properties
Metadata
Additional information, specs etc. about this thing which has metadata
[JsonIgnore]
IMetadataOf Metadata { get; }