Test.IsTestCase Property

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

Syntax

'Declaration
Public ReadOnly Property IsTestCase As Boolean
public bool IsTestCase { get; }
public:
property bool IsTestCase {
    bool get ();
}
member IsTestCase : bool with get
function get IsTestCase () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace