VariableValue
The VariableValue property sets or gets the value of an indexed variable from the DCOSetupNode object. You can use this property to identify objects (for example, pages) when a node contains many child objects and variables.
Description
Important: VBScript
only. Extended properties are not supported through the C# .NET Interop
interface. Instead, use set_RuleObjectType or get_ RuleObjectType.
Syntax
- VBScript
oSNO.VariableValue (Node as Long) as Variant
Arguments
- Node
- The index of the variable, where 0 is the first variable that is defined in the DCOSetupNode object.
Data type
VariantExample
- VBScript
This example displays the current value that is assigned to the third variable that is linked to the objTotal node:
msgbox objTotal.VariableValue(2)