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::Duration Property
Gets or sets the time that was spent to execute the associated test or test run.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: [ReadOnlyAttribute(true)] [UserVisiblePropertyAttribute("{F4B15960-1C11-46ce-8D5F-29D89E484CF7}")] property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); }
Show: