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