The IModule interface contains basic properties of modules and forms of development environment.
| Property name | Brief description | |
| Assembly | The Assembly property returns parameters of the temporary assembly that corresponds to this object. | |
| Modified | The Modified property determines whether there are any unsaved changes. | |
| ParentAssembly | The ParentAssembly property returns the description of the parent assembly. | |
| Standalone | The Standalone property returns whether the object is present in the assembly. | |
| Text | The Text property determines a unit text. |
See also: