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