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

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

IsRunOnRestart