Test.Exists Property

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

Syntax

'Declaration
Public Property Exists As Boolean
public bool Exists { get; internal set; }
public:
property bool Exists {
    bool get ();
    internal: void set (bool value);
}
member Exists : bool with get, internal set
function get Exists () : boolean 
internal function set Exists (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace