AlertInfo.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
[DataMemberAttribute]
public string MachineName { get; set; }
public:
[DataMemberAttribute]
property String^ MachineName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property MachineName As String
Property Value
Type: System.String
An instance of String that contains the name of the computer.
See Also
AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top