Partager via


NetworkAlertManager.ProvidingNetworkAlerts Property

 

Indicates whether network alerts are being provided.

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

Syntax

public bool ProvidingNetworkAlerts { get; private set; }
public:
property bool ProvidingNetworkAlerts {
    bool get();
    private: void set(bool value);
}
Public Property ProvidingNetworkAlerts As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

true if network alerts are being provided; otherwise, false.

Remarks

When the client is not on the network, or the client does not have permission to receive network alerts, or receiving network alerts has failed, this property will be false.

See Also

NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top