Share via


NetworkAlertManagerUserSettings.LoadCurrentUserSettings Method ()

 

Loads the current user settings from the settings store.

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

Syntax

public static NetworkAlertManagerUserSettings LoadCurrentUserSettings()
public:
static NetworkAlertManagerUserSettings^ LoadCurrentUserSettings()
Public Shared Function LoadCurrentUserSettings As NetworkAlertManagerUserSettings

Return Value

Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.NetworkAlertManagerUserSettings

An instance of NetworkAlertManagerUserSettings.

Exceptions

Exception Condition
SecurityException

The user account does not have permission to read the registry key.

IOException

The registry key that contains the specified value has been marked for deletion.

See Also

NetworkAlertManagerUserSettings Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top