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
- 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.