IConsoleTab Interface
Assembly: HomeServerExt (in homeserverext.dll)
IConsoleTab represents an individual tab on the Windows Home Server Console.
Classes that implement this interface as part of an add-in must have public access modifiers.
Classes that create tabs for Windows Home Server without Power Pack 1 must be contained in the Microsoft.HomeServer.HomeServerConsoleTab namespace, must be named HomeServerTabExtender, and must implement the IConsoleTab interface. Classes that create tabs for Windows Home Server with Power Pack 1 can be contained in any namespace and have any name, and also must implement the IConsoleTab interface. If you load an add-in that was created for Windows Home Server without Power Pack 1, then any add-in that is loaded in addition to this add-in must follow the rules for Windows Home Server without Power Pack 1 or the add-in will be ignored.