AlertInfo.Troubleshooter Property
Enables a task to be launched from the Alert Viewer.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
[DataMemberAttribute]
public UserContextTask Troubleshooter { get; set; }
public:
[DataMemberAttribute]
property UserContextTask^ Troubleshooter {
UserContextTask^ get();
void set(UserContextTask^ value);
}
<DataMemberAttribute>
Public Property Troubleshooter As UserContextTask
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.UserContextTask
An instance of UserContextTask.
See Also
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top