MonitoringRelationshipObjectDiscoverySource.LastSnapshotTime Property
Applies To: Operations Manager for System Center 2012
Gets the last snapshot time, in DateTime format, for the discovery source.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public override DateTime LastSnapshotTime { get; }
public:
property DateTime LastSnapshotTime {
virtual DateTime get() override;
}
override LastSnapshotTime : DateTime with get
Public Overrides ReadOnly Property LastSnapshotTime As Date
Property Value
Type: System.DateTime
Returns the last snapshot time, inDateTime for the discovery source.
See Also
MonitoringRelationshipObjectDiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top