GroomingStatusInfo.GroomingTime Property
Applies To: Operations Manager for System Center 2012
Gets the time, in DateTime format, that grooming ran for the grooming object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public DateTime GroomingTime { get; internal set; }
public:
property DateTime GroomingTime {
DateTime get();
internal: void set(DateTime value);
}
member GroomingTime : DateTime with get, internal set
Public Property GroomingTime As Date
Get
Friend Set
End Property
Property Value
Type: System.DateTime
Returns the time that grooming ran for the grooming object in DateTime object.
See Also
GroomingStatusInfo Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top