TestElement.m_isRunOnRestart Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the value of the IsRunOnRestart property.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("isRunOnRestart")> _
Protected m_isRunOnRestart As Boolean
[PersistenceElementNameAttribute("isRunOnRestart")]
protected bool m_isRunOnRestart
[PersistenceElementNameAttribute(L"isRunOnRestart")]
protected:
bool m_isRunOnRestart
[<PersistenceElementNameAttribute("isRunOnRestart")>]
val mutable m_isRunOnRestart: bool
protected var m_isRunOnRestart : boolean
.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.