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