GroomingStatusInfo Class

 

Applies To: Operations Manager for System Center 2012

Contains grooming information for a single grooming object.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.GroomingStatusInfo

Syntax

[SerializableAttribute]
public class GroomingStatusInfo
[SerializableAttribute]
public ref class GroomingStatusInfo 
[<SerializableAttribute>]
type GroomingStatusInfo = class end
<SerializableAttribute>
Public Class GroomingStatusInfo

Properties

Name Description
System_CAPS_pubproperty GroomedObject

Gets an OperationalDataObjectType object that is the groomed object.

System_CAPS_pubproperty GroomingTime

Gets the time, in DateTime format, that grooming ran for the grooming object.

System_CAPS_pubproperty LastObjectGroomedTime

Gets the last time, in DateTime format, that the groomed object was groomed.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top