RunStateEvent.Timestamp Property

Gets the date and time of the request to change the run state.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Timestamp As DateTime
public DateTime Timestamp { get; }
public:
property DateTime Timestamp {
    DateTime get ();
}
member Timestamp : DateTime
function get Timestamp () : DateTime

Property Value

Type: System.DateTime
The date and time of the request to change the run state.

.NET Framework Security

See Also

Reference

RunStateEvent Class

Microsoft.VisualStudio.TestTools.Common Namespace