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
Get the Metadata of the underlying Entity
[JsonIgnore]
IMetadata Metadata { get; }
Property Value
Remarks
Added in v12.10