SearchCondition.Values Property

Definition

Gets or sets values the values to search for in the searchable property.

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

Property Value

String[]

A string array that represent the values to search for in the searchable property.

Attributes

Remarks

The size of the array the string format depend on the value of Condition:

Applies to