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 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