TestResultMessage.EndTime 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.
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