DataCollectionEnvironmentContext.IsManualTest Property
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property IsManualTest As Boolean
public bool IsManualTest { get; internal set; }
public:
property bool IsManualTest {
bool get ();
internal: void set (bool value);
}
member IsManualTest : bool with get, internal set
function get IsManualTest () : boolean
internal function set IsManualTest (value : boolean)
Property Value
Type: 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.