Condividi tramite


SearchCondition.Values Proprietà

Definizione

Ottiene o imposta i valori da cercare nella proprietà in cui è possibile eseguire ricerche.

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()

Valore della proprietà

String[]

Matrice di string che rappresentano i valori da cercare nella proprietà in cui è possibile eseguire ricerche.

Attributi

Commenti

Le dimensioni della matrice il formato stringa dipendono dal valore di Condition:

  • Se Condition è impostato su Equals o Contains, la matrice deve contenere una singola stringa.

  • Se Condition è impostato su Between, la matrice deve contenere due stringhe in formato data e ora.

  • Se Condition è impostato su In, la matrice può contenere una o più stringhe.

Si applica a