| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace : IContext Interface |

public interface IContext
// get local variable object o = project.Context["ObjectName"]; // check existing object if(o == null) { // set value project.Context["ObjectName"] = "this is new object"; } // return new value return project.Context["ObjectName"];
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.