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