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 date that the test was started.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property DateStarted As DateTime
DateTime DateStarted { get; set; }
property DateTime DateStarted {
DateTime get ();
void set (DateTime value);
}
abstract DateStarted : DateTime with get, set
function get DateStarted () : DateTime
function set DateStarted (value : DateTime)
Property Value
Type: DateTime
The date that the test was started.
.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.