Share via


ITestRun.IsBvt Property

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Property IsBvt As Boolean
bool IsBvt { get; set; }
property bool IsBvt {
    bool get ();
    void set (bool value);
}
abstract IsBvt : bool with get, set
function get IsBvt () : boolean 
function set IsBvt (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

ITestRun Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace