CustomMonitoringPerformanceData.TimeSampled Property
Applies To: Operations Manager for System Center 2012
Gets or sets the time, in UTC DateTime formate, that the performance data was sampled.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public DateTime TimeSampled { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property DateTime TimeSampled {
DateTime get();
void set(DateTime value);
}
[<DataMemberAttribute(IsRequired = true)>]
member TimeSampled : DateTime with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property TimeSampled As Date
Property Value
Type: System.DateTime
Returns a DateTime value.
See Also
CustomMonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top