Gets a boolean value that indicates whether the variable is observed.
Syntax
result = object.IsObserved
The IsObserved property syntax has the following parts:
Part
|
Description
|
result
|
True if the variable is observed.
|
object
|
An object of type CValue.
|