Gets a time when the test is started.

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public DateTime StartedAt { get; internal set; }
Visual Basic
Public Property StartedAt As DateTime
	Get
	Friend Set
Visual C++
public:
property DateTime StartedAt {
	DateTime get ();
	internal: void set (DateTime value);
}

See Also