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)

Syntax

'Declaration
<UserVisiblePropertyAttribute("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")> _
Public Property EndTime As DateTime
[UserVisiblePropertyAttribute("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")]
public DateTime EndTime { get; set; }
[UserVisiblePropertyAttribute(L"{7F636B83-D839-4684-AB2F-666F3A9D36E3}")]
public:
property DateTime EndTime {
    DateTime get ();
    void set (DateTime value);
}
[<UserVisiblePropertyAttribute("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")>]
member EndTime : DateTime with get, set
function get EndTime () : DateTime
function set EndTime (value : DateTime)

Property Value

Type: System.DateTime
The time that the execution ended.

.NET Framework Security

See Also

Reference

TestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace