JsonInterface.MissingPropertyBehavior Property

Top 

Description

Specifies the behavior when deserializing a JSON string and there is a field that is not in the structure.

 

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.MissingPropertyBehavior;

 

myJsonInterface1.MissingPropertyBehavior = myVariable1;

 

See also

JsonInterface Object

JSON-Formatted Data Guide