Value Properties

The Value type exposes the following members.

Properties

 

Name

Description

Value Properties 1:

Capacity

Contains the total number of Values the internal data structure can hold without resizing.

Value Properties 2:

ContainsJson

Gets a value that indicates whether the Value contains a JSON String.

Value Properties 3:

Count

Gets the number of Values contained in the Value.

Value Properties 4:

IsArray

Gets a value that indicates whether the Value is an Array.

Value Properties 5:

IsEmpty

Gets a value that indicates whether the Value is empty.

Value Properties 6:

IsFixedSize

Value Properties 7:

IsMapOrStruct

Gets a value that indicates whether Type equals Map or Struct.

Value Properties 8:

IsNull

Gets a value that indicates whether Type equals Null.

Value Properties 9:

IsNumber

Gets a value that indicates whether Type equals Int32, Double or Int64.

Value Properties 10:

IsReadOnly

Gets a value that indicates whether the Value is read-only.

Value Properties 11:

IsSynchronized

Value Properties 12:

IsVector

Gets a value that indicates whether Type equals Vector.

Value Properties 13:

Item.Int32.

Gets or sets the Value at the specified index.

Value Properties 14:

Item.String.

Gets or sets the Value with the specified key.

Value Properties 15:

Keys

Gets an ICollection.T. containing the keys of the Value.

Value Properties 16:

Length

Gets the total number of elements in all the dimensions of the Array.

Value Properties 17:

LongLength

Gets a 64-bit integer that represents the total number of elements in all the dimensions of the Array.

Value Properties 18:

SyncRoot

Value Properties 19:

Type

Contains the ValueType of the Value.

Value Properties 20:

Values

Gets an ICollection.T. containing the Values in the Value.

Reference

Value Class

TcHmiSrv.Core Namespace