TestResultMessage.m_startTime Field
Returns the value of the StartTime property.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("startTime")> _
Protected m_startTime As DateTime
[PersistenceElementNameAttribute("startTime")]
protected DateTime m_startTime
[PersistenceElementNameAttribute(L"startTime")]
protected:
DateTime m_startTime
[<PersistenceElementNameAttribute("startTime")>]
val mutable m_startTime: DateTime
protected var m_startTime : DateTime
.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.