Variable Property

Pageflex Document Action API

Pageflex Document Action API Variable Property
Namespaces > Pageflex.Scripting > AreaTemplate > Variable
Gets or sets the name of the Variable associated with this Element
Syntax
C# Visual Basic Managed C++
public string Variable { get; set; }
Public Property Variable As String
public:
virtual String^ Variable {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Remarks
Specifies a String naming the Variable assigned to this element. A value of the empty string means that no variable is assigned.
Exceptions
Exception Condition
VariableNotFoundException The specified variable is not defined in the current project.
WrongTypeOfVariableException Job variables may not be assigned.
WrongVariableKindException The variable's kind is not compatible with this element's type.
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)