Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the GUID for the least-derived. non-abstract monitoring class.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.LeastDerivedNonAbstractManagementPackClassId")]
public Guid LeastDerivedNonAbstractMonitoringClassId { get; }
public:
[ObsoleteAttribute("Use this.LeastDerivedNonAbstractManagementPackClassId")]
property Guid LeastDerivedNonAbstractMonitoringClassId {
Guid get();
}
[<ObsoleteAttribute("Use this.LeastDerivedNonAbstractManagementPackClassId")>]
member LeastDerivedNonAbstractMonitoringClassId : Guid with get
<ObsoleteAttribute("Use this.LeastDerivedNonAbstractManagementPackClassId")>
Public ReadOnly Property LeastDerivedNonAbstractMonitoringClassId As Guid
Property Value
Type: System.Guid
Returns a Guid for the least derived, non-abstract monitoring class.
Remarks
The least-derived, non-abstract monitoring class is a class that can be discovered and that is the closest to the base class in the inheritance chain.
See Also
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top