TestRun.Finished Property
Gets or sets the date and time when this test was completed.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<VisiblePropertyAttribute> _
Public Property Finished As DateTime
[VisiblePropertyAttribute]
public DateTime Finished { get; set; }
[VisiblePropertyAttribute]
public:
property DateTime Finished {
DateTime get ();
void set (DateTime value);
}
[<VisiblePropertyAttribute>]
member Finished : DateTime with get, set
function get Finished () : DateTime
function set Finished (value : DateTime)
Property Value
Type: DateTime
The date when the test was completed.
.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.