CustomMonitoringPerformanceData.TimeSampled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a DateTime value.
- Attributes