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.
Creates a new instance of the AlertInfo object using the specified alert information.
Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)
Syntax
public AlertInfo(
    AlertInfo alertInfo
)
public:
AlertInfo(
    AlertInfo^ alertInfo
)
Public Sub New (
    alertInfo As AlertInfo
)
Parameters
- alertInfo 
 Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.AlertInfo- The alert information. 
See Also
AlertInfo Overload
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top