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::StartTime Property

 

Gets or sets the time that the associated test run or test started.

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

public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{E0EFC60D-D618-430a-9D4F-860C257D9EAA}")]
property DateTime StartTime {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

The time the test run or test started.

Return to top
Show: