次の方法で共有


AlertInfo.RepairActionPerformed Property

 

Gets the information about the repair action for the health definition.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

[DataMemberAttribute]
public string RepairActionPerformed { get; internal set; }
public:
[DataMemberAttribute]
property String^ RepairActionPerformed {
    String^ get();
    internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property RepairActionPerformed As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

An instance of String that contains the information about the repair action.

See Also

AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top