Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultMessage::EndTime Property

 

Gets or sets the time that the execution ended.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")]
property DateTime EndTime {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

The time that the execution ended.

Return to top
Show: