Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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