Share via


RetrieveMonitoringResultsRequest.StartTime Property

Definition

Gets or sets the time to filter test results that were reported later than the specified time.

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

Property Value

Time to filter test results that were reported later than the specified time.

Attributes

Applies to