JsonValue Properties

The JsonValue type exposes the following members.

Properties

 

Name

Description

JsonValue Properties 1:

Capacity

Contains the total number of Values the internal data structure can hold without resizing.
(Inherited from Value)

JsonValue Properties 2:

ContainsJson

Gets a value that indicates whether the Value contains a JSON String.
(Inherited from Value)

JsonValue Properties 3:

Count

Gets the number of Values contained in the Value.
(Inherited from Value)

JsonValue Properties 4:

IsArray

Gets a value that indicates whether the Value is an Array.
(Inherited from Value)

JsonValue Properties 5:

IsEmpty

Gets a value that indicates whether the Value is empty.
(Inherited from Value)

JsonValue Properties 6:

IsFixedSize


(Inherited from Value)

JsonValue Properties 7:

IsMapOrStruct

Gets a value that indicates whether Type equals Map or Struct.
(Inherited from Value)

JsonValue Properties 8:

IsNull

Gets a value that indicates whether Type equals Null.
(Inherited from Value)

JsonValue Properties 9:

IsNumber

Gets a value that indicates whether Type equals Int32, Double, Int64 or UInt64.
(Inherited from Value)

JsonValue Properties 10:

IsReadOnly

Gets a value that indicates whether the Value is read-only.
(Inherited from Value)

JsonValue Properties 11:

IsSynchronized


(Inherited from Value)

JsonValue Properties 12:

IsVector

Gets a value that indicates whether Type equals Vector.
(Inherited from Value)

JsonValue Properties 13:

ItemInt32

Gets or sets the Value at the specified index.
(Inherited from Value)

JsonValue Properties 14:

ItemString

Gets or sets the Value with the specified key.
(Inherited from Value)

JsonValue Properties 15:

Keys

Gets an ICollectionT containing the keys of the Value.
(Inherited from Value)

JsonValue Properties 16:

Length

Gets the total number of elements in all the dimensions of the Array.
(Inherited from Value)

JsonValue Properties 17:

LongLength

Gets a 64-bit integer that represents the total number of elements in all the dimensions of the Array.
(Inherited from Value)

JsonValue Properties 18:

SyncRoot


(Inherited from Value)

JsonValue Properties 19:

Type

Contains the ValueType of the Value.
(Inherited from Value)

JsonValue Properties 20:

Values

Gets an ICollectionT containing the Values in the Value.
(Inherited from Value)

Reference

JsonValue Class TcHmiSrv.Core.Tools.Json Namespace

Copyright © Beckhoff Automation GmbH & Co. KG