Share via


IQueryElement.Condition Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the condition of this query element.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Property Condition As IQueryCondition
IQueryCondition Condition { get; set; }
property IQueryCondition^ Condition {
    IQueryCondition^ get ();
    void set (IQueryCondition^ value);
}
abstract Condition : IQueryCondition with get, set
function get Condition () : IQueryCondition
function set Condition (value : IQueryCondition)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition

.NET Framework Security

See Also

Reference

IQueryElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IQueryCondition