CustomMonitoringPerformanceData.TimeSampled Property

Definition

The time the perf data item was sampled. This should be UTC.

public:
 property DateTime TimeSampled { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public DateTime TimeSampled { get; set; }
member this.TimeSampled : DateTime with get, set
Public Property TimeSampled As DateTime

Property Value

DateTime

Returns a DateTime value.

Attributes

Applies to