Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Returns

The document variable specified by name. If the variable does not exist, GetVariable returns null.

Example
Code Block
csharp
csharp
titleC#
string docVariable = doc.GetVariable("var");
Code Block
vb.net
vb.net
titlevb.net
Dim docVariable As String = doc.GetVariable("var")