Property Values
Values
Gets the complete key-value metadata store. Values are bool,
byte, sbyte, short, ushort,
int, uint, long, ulong,
float, double, string, or
object[] for arrays; nested arrays appear as nested object[] instances.
public IReadOnlyDictionary<string, object> Values { get; }