Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.