AlertInfo.Clone Method ()
Returns a clone of an AlertInfo object.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public object Clone()
public:
virtual Object^ Clone() sealed
Public Function Clone As Object
Return Value
Type: System.Object
An instance of Object that represents a clone of an AlertInfo object.
Implements
See Also
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top