MonitoringEvent.OriginalId Property
Applies To: Operations Manager for System Center 2012
Gets the original globally unique identifier (GUID) for the event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid OriginalId { get; }
public:
property Guid OriginalId {
Guid get();
}
member OriginalId : Guid with get
Public ReadOnly Property OriginalId As Guid
Property Value
Type: System.Guid
Returns a original Guid for the event.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top