Alert.InstanceId Property
Gets the identifier of the alert.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public Guid InstanceId { get; }
public:
property Guid InstanceId {
Guid get();
}
Public ReadOnly Property InstanceId As Guid
Property Value
Type: System.Guid
An instance of Guid.
See Also
Alert Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top