Share via


PartialAgentManagedComputer.LastModified Property

 

Applies To: Operations Manager for System Center 2012

Gets the time that the health service on the computer was last modified.

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

Syntax

public DateTime LastModified { get; }
public:
property DateTime LastModified {
    DateTime get();
}
member LastModified : DateTime with get
Public ReadOnly Property LastModified As Date

Property Value

Type: System.DateTime

Returns a DateTime value.

See Also

PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top