Share via


GroomingStatusInfo.LastObjectGroomedTime Property

 

Applies To: Operations Manager for System Center 2012

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

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

Syntax

public DateTime LastObjectGroomedTime { get; internal set; }
public:
property DateTime LastObjectGroomedTime {
    DateTime get();
    internal: void set(DateTime value);
}
member LastObjectGroomedTime : DateTime with get, internal set
Public Property LastObjectGroomedTime As Date
    Get
    Friend Set
End Property

Property Value

Type: System.DateTime

Returns the last time that the groomed object was groomed in DateTime object.

See Also

GroomingStatusInfo Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top