Property Values
Values
Gets the collection containing the values in the dictionary
represented by this MapValue instance.
Declaration
public ICollection<FieldValue> Values { get; }
Property Value
| Type | Description |
|---|---|
| ICollection<FieldValue> | Collection containing the values in the dictionary represented by this instance. |