Name Property

Pageflex Document Action API

Pageflex Document Action API Name Property
Namespaces > Pageflex.Scripting > Variable > Name
Gets the name of the variable.
Syntax
C# Visual Basic Managed C++
public string Name { get; }
Public ReadOnly Property Name As String
public:
String^ Name {
	String^ get ();
}
Remarks
Returns a String representing the variable's name.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)