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
- 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.