RemotelyManagedComputer.LastModified Property
Applies To: Operations Manager for System Center 2012
Gets the date and time at which this agentless managed computer was last modified in the operational database.
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 that contains the date and time at which this computer was last modified in the operational database.
See Also
RemotelyManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top