NetworkAlertManager.Settings Property
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