Share via


SLQueryElement.SearchConfigurations 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 SearchConfigurations As String()
    Get
    Set
public string[] SearchConfigurations { get; set; }
public:
property array<String^>^ SearchConfigurations {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member SearchConfigurations : string[] with get, set
function get SearchConfigurations () : String[]
function set SearchConfigurations (value : String[])

Property Value

Type: array<System.String[]
Returns String.

.NET Framework Security

See Also

Reference

SLQueryElement Class

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