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.
Commits the changes when the user clicks OK or Apply.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
void Commit(
bool dismissed
)
void Commit(
bool dismissed
)
Sub Commit (
dismissed As Boolean
)
Parameters
dismissed
Type: System.Booleantrue to close the dialog box; otherwise, false.
Remarks
The tab should commit the user interface changes.
See Also
ISettingsData Interface
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top