DiscoverySource.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 abstract DateTime LastSnapshotTime { get; }
public:
property DateTime LastSnapshotTime {
virtual DateTime get() abstract;
}
abstract LastSnapshotTime : DateTime with get
Public MustOverride ReadOnly Property LastSnapshotTime As Date
Property Value
Type: System.DateTime
Returns the last snapshot time for the discovery source inDateTime.
See Also
DiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top