SettingsDialogProvider.ShowSettingsDialog Method (Guid)
Displays the Settings dialog box, with the specified tab shown.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public static void ShowSettingsDialog(
Guid pageId
)
public:
static void ShowSettingsDialog(
Guid pageId
)
Public Shared Sub ShowSettingsDialog (
pageId As Guid
)
Parameters
pageId
Type: System.GuidThe global identifier of the tab to display.
See Also
ShowSettingsDialog Overload
SettingsDialogProvider Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top