Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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