VariableName Property

Pageflex Document Action API

Pageflex Document Action API VariableName Property
Namespaces > Pageflex.Scripting.Exceptions > VariableNotFoundException > VariableName
The name of the Variable that was not found.
Syntax
C# Visual Basic Managed C++
public string VariableName { get; }
Public ReadOnly Property VariableName As String
public:
String^ VariableName {
	String^ get ();
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)