TestResultMessage.StartTime Property

Definition

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

public:
 property DateTime StartTime { DateTime get(); void set(DateTime value); };
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_StartTime")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{E0EFC60D-D618-430a-9D4F-860C257D9EAA}")]
[System.ComponentModel.ReadOnly(true)]
public DateTime StartTime { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultMessage_StartTime")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{E0EFC60D-D618-430a-9D4F-860C257D9EAA}")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.StartTime : DateTime with get, set
Public Property StartTime As DateTime

Property Value

The time the test run or test started.

Attributes

Applies to