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