MonitoringPerformanceDataValue.TimeSampled Property
Applies To: Operations Manager for System Center 2012
Gets the time, in DateTime format, that the performance data value was generated.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public DateTime TimeSampled { get; }
public:
property DateTime TimeSampled {
DateTime get();
}
member TimeSampled : DateTime with get
Public ReadOnly Property TimeSampled As Date
Property Value
Type: System.DateTime
Returns the DateTime that the performance data value was generated.
See Also
MonitoringPerformanceDataValue Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top