Module Object
Description
Represents a Quality Center module, such as Requirements, Defects, TestPlan, and so on.
Remarks
Get a Module object from CustomizationModules.Module or from the list returned by CustomizationModules.Modules
Public Properties
Public Property DescriptionThe module description.
Public Property GUIDThe module GUID.
Public Property IDThe module ID.
Public Property NameThe module name.
Public Property NumericVisibleUpdates visibility with numeric value for the specified user group.
Public Property OrderThe module position in the framework sidebar.
Public Property UpdatedIndicates if the object has been modified since being downloaded from database.
Public Property VisibleA bit-mask string that indicates for which groups the module is visible in the user interface.
Public Property VisibleForGroupUpdates visibility for the specified user group.
See Also