Summary
Gets a metadata value given the specified metadata key.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Meta - Containing Type
- ConvertingDictionary
Syntax
public Object this[string key] { get; set; }
Parameters
| Name | Type | Description |
|---|---|---|
| key | string |
Value
| Type | Description |
|---|---|
| Object |
