Compartilhar via


AlertInfo.InstanceId Property

 

Gets the instance identifier of the alert.

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

Syntax

[DataMemberAttribute]
public Guid InstanceId { get; private set; }
public:
[DataMemberAttribute]
property Guid InstanceId {
    Guid get();
    private: void set(Guid value);
}
<DataMemberAttribute>
Public Property InstanceId As Guid
    Get
    Private Set
End Property

Property Value

Type: System.Guid

An instance of Guid.

See Also

AlertInfo Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top