DSNObservation.PredictsMode Property

Top 

Description

The PredictsMode field from the record. 0 => No Predicts, 1 => 1-way, 2 => 2-way, 3 => 3-way, 4 => unknown.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

2 ( 2-way )

Valid Values:

Value

Label

0

No Predicts

1

1-way

2

2-way

3

3-way

4

Unknown

 

Syntax

myVariable1 = myDSNObservation1.PredictsMode;

 

myDSNObservation1.PredictsMode = myVariable1;

 

See also

DSNObservation Object