Share via


NetworkAlertManagerUserSettings.SaveSettings Method ()

 

Saves the current user settings to the settings store.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

public void SaveSettings()
public:
void SaveSettings()
Public Sub SaveSettings

Exceptions

Exception Condition
UnauthorizedAccessException

The current user account cannot access the registry key.

SecurityException

The user account does not have permission to change the registry.

See Also

NetworkAlertManagerUserSettings Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top