JsonInterface.ComplexTypeBehavior Property

Top 

Description

Specifies the behavior when serializing a structure with members that are non-fundamental types. Fundamental types include Variable, Array, String, StringArray, TimeSpan, and TimeSpanArray. Note that serialization of members that are a List of fundamental types is also supported.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Ignore )

Valid Values:

Value

Label

0

Ignore

1

Error

 

Syntax

myVariable1 = myJsonInterface1.ComplexTypeBehavior;

 

myJsonInterface1.ComplexTypeBehavior = myVariable1;

 

See also

JsonInterface Object

JSON-Formatted Data Guide