| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoPosterProjectModel Interface : Variables Property |
ILocalVariables Variables {get;}
Type: ZennoLab.InterfacesLibrary.ProjectModel.Collections.ILocalVariables
A collection of local variables.
// get local variable ILocalVariable lv = project.Variables["MyLocalVariable"]; // set value if (lv.Value == "5") lv.Value = "0";
// get local variable $lv = $project->Variables->get_Item("MyLocalVariable"); // set value if ($lv->Value == "5") $lv->Value = "0";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.