ModuleCatalog.Groups Property

Gets the ModuleInfoGroups that have been added to the ModuleCatalog.

Namespace:  Microsoft.Practices.Composite.Modularity
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Public ReadOnly Property Groups As IEnumerable(Of ModuleInfoGroup)
public IEnumerable<ModuleInfoGroup> Groups { get; }
public:
property IEnumerable<ModuleInfoGroup^>^ Groups {
    IEnumerable<ModuleInfoGroup^>^ get ();
}
function get_groups();

Field Value

The groups.

See Also

ModuleCatalog Class

Microsoft.Practices.Composite.Modularity Namespace