Interface IMetadataValue
Non-typed contract for metadata values.
Namespace: Kephas.Composition.Metadata
Assembly: Kephas.Core.dll
Syntax
public interface IMetadataValue
Properties
| Improve this Doc View SourceValue
Gets the metadata value.
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The metadata value. |