Share via


RetrieveMonitoringResultsRequest.EndTime Property

Definition

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

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

Property Value

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

Attributes

Applies to