TestResultMessage.EndTime Property

Definition

Gets or sets the time that the execution ended.

public:
 property DateTime EndTime { DateTime get(); void set(DateTime value); };
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_EndTime")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")]
[System.ComponentModel.ReadOnly(true)]
public DateTime EndTime { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_EndTime")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.EndTime : DateTime with get, set
Public Property EndTime As DateTime

Property Value

The time that the execution ended.

Attributes

Applies to