ITestSuiteBase.IsStaticTestSuite Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
ReadOnly Property IsStaticTestSuite As Boolean
    Get
'Usage
Dim instance As ITestSuiteBase
Dim value As Boolean

value = instance.IsStaticTestSuite
bool IsStaticTestSuite { get; }
property bool IsStaticTestSuite {
    bool get ();
}
abstract IsStaticTestSuite : bool
function get IsStaticTestSuite () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ITestSuiteBase Interface

ITestSuiteBase Members

Microsoft.TeamFoundation.TestManagement.Client Namespace