Value Properties
The Value type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Contains the total number of Values the internal data structure can hold without resizing. | |
|
|
Gets a value that indicates whether the Value contains a JSON String. | |
|
| ||
|
| ||
|
|
Gets a value that indicates whether the Value is empty. | |
|
|
| |
|
|
Gets a value that indicates whether Type equals Map or Struct. | |
|
| ||
|
|
Gets a value that indicates whether Type equals Int32, Double, Int64 or UInt64. | |
|
|
Gets a value that indicates whether the Value is read-only. | |
|
|
| |
|
| ||
|
|
Gets or sets the Value at the specified index. | |
|
|
Gets or sets the Value with the specified key. | |
|
|
Gets an ICollectionT containing the keys of the Value. | |
|
|
Gets the total number of elements in all the dimensions of the Array. | |
|
|
Gets a 64-bit integer that represents the total number of elements in all the dimensions of the Array. | |
|
|
| |
|
| ||
|
|
Gets an ICollectionT containing the Values in the Value. |
- ValueCapacity Property
- ValueContainsJson Property
- ValueCount Property
- ValueIsArray Property
- ValueIsEmpty Property
- ValueIsFixedSize Property
- ValueIsMapOrStruct Property
- ValueIsNull Property
- ValueIsNumber Property
- ValueIsReadOnly Property
- ValueIsSynchronized Property
- ValueIsVector Property
- ValueItem Property
- ValueKeys Property
- ValueLength Property
- ValueLongLength Property
- ValueSyncRoot Property
- ValueType Property
- ValueValues Property