Test.Exists Property

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

Syntax

声明
Public Property Exists As Boolean
    Get
    Friend Set
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

.NET Framework Security

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace