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.
Gets the settings for the Network Alert Manager.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)
Syntax
public INetworkAlertManagerSettings Settings { get; }
public:
property INetworkAlertManagerSettings^ Settings {
    INetworkAlertManagerSettings^ get();
}
Public ReadOnly Property Settings As INetworkAlertManagerSettings
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.INetworkAlertManagerSettings
An instance of INetworkAlertManagerSettings.
See Also
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top