Share via


Alert.MachineName Property

 

Gets the name of the computer on which the alert is raised.

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

Syntax

public string MachineName { get; }
public:
property String^ MachineName {
    String^ get();
}
Public ReadOnly Property MachineName As String

Property Value

Type: System.String

An instance of String that contains the name of the computer.

See Also

Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top