TestRun.Finished Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the date and time when this test was completed.
public:
property DateTime Finished { DateTime get(); void set(DateTime value); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public DateTime Finished { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.Finished : DateTime with get, set
Public Property Finished As DateTime
Property Value
The date when the test was completed.
- Attributes