TestRun.ContainsManualTest Property
Gets a Boolean value that indicates whether this test is manual.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ContainsManualTest As Boolean
public bool ContainsManualTest { get; }
public:
property bool ContainsManualTest {
bool get ();
}
member ContainsManualTest : bool with get
function get ContainsManualTest () : boolean
Property Value
Type: Boolean
true if the test is manual; otherwise, false.
.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.