Alert.Troubleshooter Property
Gets the object that allows a troubleshooting task to be launched from Alert Viewer.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public UserContextTask Troubleshooter { get; }
public:
property UserContextTask^ Troubleshooter {
UserContextTask^ get();
}
Public ReadOnly Property Troubleshooter As UserContextTask
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.UserContextTask
An instance of UserContextTask.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top