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