Property AsMapValue
AsMapValue
Gets the value of this instance as MapValue.
Declaration
public virtual MapValue AsMapValue { get; }
Property Value
| Type | Description |
|---|---|
| MapValue | MapValue instance. |
Remarks
This is a convenience cast. Valid only if this instance is
MapValue or RecordValue.
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If this instance is not MapValue. |