VariableType Property

Pageflex Document Action API

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

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)