| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > ILocalVariable Interface : Name Property |
// get local variable ILocalVariable lv = project.Variables["VariableName"]; // get name of current local variable string name = lv.Name; // set name of local variable lv.Name = "NewName";
// get local variable $lv = $project->Variables->get_Item("VariableName"); // get name of current local variable $name = $lv->Name; // set name of local variable $lv->Name = "NewName";
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven