Share via


SLQueryElement.Conditions Property

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

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

Syntax

'Declaration
Public Property Conditions As SLPropertyCondition()
    Get
    Set
public SLPropertyCondition[] Conditions { get; set; }
public:
property array<SLPropertyCondition^>^ Conditions {
    array<SLPropertyCondition^>^ get ();
    void set (array<SLPropertyCondition^>^ value);
}
member Conditions : SLPropertyCondition[] with get, set
function get Conditions () : SLPropertyCondition[]
function set Conditions (value : SLPropertyCondition[])

Property Value

Type: array<Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.SLPropertyCondition[]
Returns SlPropertyCondition.

.NET Framework Security

See Also

Reference

SLQueryElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace