Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the included Web performance test is a coded Web performance test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property IsCodedWebTest As Boolean
public bool IsCodedWebTest { get; set; }
public:
property bool IsCodedWebTest {
bool get ();
void set (bool value);
}
member IsCodedWebTest : bool with get, set
function get IsCodedWebTest () : boolean
function set IsCodedWebTest (value : boolean)
Property Value
Type: Boolean
A value that indicates whether the included Web performance test is a coded Web performance test.
.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.