VariableName

The VariableName property sets or gets the name of a variable that is accessed by an index in the DCOSetupNode object. You can use this property to identify objects (for example, pages) that require special processing when a variable contains a specific value. This property is useful 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_VariableName or get_ VariableName.

Syntax

VBScript
oSNO.VariableName (Node as Long) as String

Type

Read and write.

Arguments

Node
The index of the variable, where 0 is the first variable that is defined in the DCOSetupNode object.