Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of nested query conditions.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property Conditions As IQueryCondition()
public IQueryCondition[] Conditions { get; set; }
public:
virtual property array<IQueryCondition^>^ Conditions {
array<IQueryCondition^>^ get () sealed;
void set (array<IQueryCondition^>^ value) sealed;
}
abstract Conditions : IQueryCondition[] with get, set
override Conditions : IQueryCondition[] with get, set
final function get Conditions () : IQueryCondition[]
final function set Conditions (value : IQueryCondition[])
Property Value
Type: array<Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition[]
Implements
.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.