MonitoringState.MonitoringObjectId Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the globally unique identifier (GUID) for the monitoring object associated with the monitoring state.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.ObjectId")]
public Guid MonitoringObjectId { get; }
public:
[ObsoleteAttribute("Use this.ObjectId")]
property Guid MonitoringObjectId {
Guid get();
}
[<ObsoleteAttribute("Use this.ObjectId")>]
member MonitoringObjectId : Guid with get
<ObsoleteAttribute("Use this.ObjectId")>
Public ReadOnly Property MonitoringObjectId As Guid
Property Value
Type: System.Guid
Returns theGuid for the monitoring object associated with the monitoring state.
See Also
MonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top