Share via


IncludedWebTest.IsCodedWebTest Property

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: System.Boolean
A value that indicates whether the included Web performance test is a coded Web performance test.

.NET Framework Security

See Also

Reference

IncludedWebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace