QueryElement.SearchConfigurations Property

Definition

Gets or sets a list of attributes and values that are used to search.

public:
 property cli::array <System::String ^> ^ SearchConfigurations { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] SearchConfigurations { get; set; }
member this.SearchConfigurations : string[] with get, set
Public Property SearchConfigurations As String()

Property Value

String[]

An array of attributes and values.

Implements

Applies to