ISettingsTab Interface
Windows Server 2008
Represents an individual Settings tab on the Windows Home Server Console Settings page dialog.
Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)
Assembly: HomeServerExt (in homeserverext.dll)
The ISettingsTab interface implements the IConsoleTab interface. As such, it implements all the properties and methods of IConsoleTab.
ISettingsTab represents a Settings page tab on the Windows Home Server Console Settings page. Settings tabs can be associated with a particular Console tab. Console tabs are instantiations of the IConsoleTab interface. Console tabs call their associated Settings page tabs by using the SettingsGuid property of the ISettingsTab interface.
Classes that implement this interface as part of an add-in must have public access modifiers.