AlertInfo.IsRepairDefined Property
Indicates whether the alert is repairable.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
[DataMemberAttribute]
public bool IsRepairDefined { get; internal set; }
public:
[DataMemberAttribute]
property bool IsRepairDefined {
bool get();
internal: void set(bool value);
}
<DataMemberAttribute>
Public Property IsRepairDefined As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if the alert is repairable; otherwise, false.
See Also
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top