Share via


MonitoringResultData.StartTime Property

Definition

Gets or sets the time when monitoring test started.

public:
 property DateTime StartTime { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember]
public DateTime StartTime { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.StartTime : DateTime with get, set
Public Property StartTime As DateTime

Property Value

The time when the test started.

Attributes

Applies to